library test; import self as self; import "dart:core" as core; static method f() → self::f::T* return null; static method test() → void { while (self::f()) { core::int* x = 0; } } static method main() → dynamic {}