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