struct MyStruct { foo: int; } struct Program { static Main(): int { myStruct: Reference; myStruct = alloc MyStruct; return 0; } }