zero_bit_types.zig (104B) - Raw
1 export fn entry() void { 2 var x: void = {}; 3 var y: void = {}; 4 x = y; 5 y = x; 6 } 7 8 // syntax