1 2 3 4 5 6 7
export fn entry(x: i32) usize { return @intFromPtr(x); } // error // // :2:24: error: expected pointer, found 'i32'