blob: 4e783a61ba4ce43c54be1047bad1c0f86d8242dc [file] [log] [blame]
// @dart = 2.9
library test;
typedef int FunctionReturningInt();
main() {}