blob: 2a14b218bfff77a53231e6e0c53ff2cc7554e9af [file] [log] [blame]
// compile options: --unsafe-force-compile
class C {}
main() {
Foo();
C.bar();
print(baz);
print(C.quux);
}