struct bar { int z; }; fun main() -> int@ { let b = @bar{z=1}; return b.z - 1; }