blob: 05812ddf6f13a3cfcbffff46d8919c26f479c79a [file] [log] [blame]
library test;
class A {
int x = 2;
}
test5() {}
main() {}