blob: 9ab840557d619ec55ffa456c2bd1d8a087153807 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::int* i = 0;
static method main() dynamic {
core::int* j = self::i;
}