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