blob: 02faacaca2aefbd12b911e47cecf724361931d74 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
static field core::int* a = 1;
static method main() dynamic {
core::int* b = 2;
}