blob: 0627c58933f5de4d0e441b0cc1966d8714d2b4a2 [file] [log] [blame]
// @dart = 2.9
library test;
void f() {}
var x = f();
main() {}