blob: 8f7e683129229621b19707ba4c1cc4ca22f8eecd [file] [log] [blame]
// @dart = 2.6
const int app = 0;
typedef int F(@app int app);
main() {}