blob: 94479f0a0afb9508037a21e697e0986258b3816b [file] [log] [blame]
library;
import self as self;
import "hello.dart" as hel;
additionalExports = (hel::main)
export "org-dartlang-testcase:///hello.dart" show main;
library;
import self as hel;
import "dart:core" as core;
static method main() dynamic {
core::print("Hello, World!");
}