blob: 6eef7ccf23d68469ab056f6f1b46fc8d66a7e0ee [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 = static-tearoff core::print
}