blob: b95e93bf710919cf4494a944c2424bf3c6192829 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field (core::Object*) →* void v = #C1;
static method main() dynamic {
self::v;
}
constants {
#C1 = tearoff core::print
}