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