library test; import self as self; import "dart:core" as core; static method main() → dynamic { core::int* a = 0; core::int* b = a; }