blob: ca264d48a46a9503a8fb470bb1a87ed4db4ae3b8 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static field () →* core::int* x = () core::int* {
core::int* y = 42;
return y;
};
static method main() dynamic {
core::print(self::x.call());
}