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