main func() void { _ = sizeof!(i32) # ^^^^^^ function.builtin # ^ operator _ = sizeof(i32) # ^^^^^^ function }