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