blob: 74f9a1f62faf7e472406cb895e46d8ff13d6f5c4 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method main() dynamic {
() →* dynamic f;
f.call().call<core::int*>();
}