blob: 2ce37722f6489dfb5a81b1d8046675f1280af2ea [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!");
}