blob: ed31e8d1a0eb0a09773004ddb2520392eee203ac [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();
}