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