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