blob: b9169488e724df3582000e7912ce2926620e5afc [file] [log] [blame]
library test;
class C {
C(x());
}
main() {}
var v = new C(() {
return 1;
});