blob: 7a268406cce0eb701e169bbbcdfbd854f923d808 [file] [log] [blame]
// @dart = 2.9
library test;
typedef num FunctionReturningNum();
test() {}
main() {}