blob: a23894e297e255181dd395d53190c3a603f892f8 [file] [log] [blame]
library test;
A a = new A();
class A {
int f = 0;
}
main() {}
var c = 0;