blob: 3742474e87f5710963ac124474ff6a758040e541 [file] [log] [blame]
main = bLi::main;
library bLibrary from "org-dartlang-test:///b.dart" as bLi {
static method main() dynamic {
dart.core::print("hello from b!");
}
}