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