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