blob: 254929075f36fafaeeabaa1410c4e8fa80989bef [file] [log] [blame]
// @dart = 2.9
const int app = 0;
typedef int F(@app int app);
main() {}