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