blob: 7eb8184d1035dbc8388bd97ac09919eafbbdf1b5 [file] [log] [blame]
// @dart = 2.9
library test;
var f = () async => 0;
main() {}