blob: d05541359decb02b418dd3b1344d71e05406b29c [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef FunctionReturningInt = () core::int;
static method main() dynamic
;