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