blob: 15a7643f464c02db11564e0e2cbad101698f8564 [file] [log] [blame]
class C {}
main() {
print(new C());
}