blob: bfd207661eb388eecc21e4e8f550f7b7140b393f [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
function f() Null {
core::print("hello");
}
f.call();
}