blob: 7e2da7637db4b4a128bf203bdc93dff8ade8d30a [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F = () →* core::int*;
static method main() dynamic {
core::Map<core::int*, () →* core::int*>* v = <core::int*, () →* core::int*>{1: () core::int* {
return 1;
}};
}