module foo; errtype Blurg { } func void main() { int! i = Blurg!; int! j = Blurg({})!; }