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