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