blob: eb7d93e8001ce8823b3781194ebd49de177c4a33 [file] [log] [blame]
// @dart = 2.9
library test;
int x = 0;
test1() {}
int y = 0;
final z = 42;
main() {}