master
1export fn entry() void {
2    var x: i32 = 1;
3    _ = &x == null;
4}
5
6// error
7//
8// :3:12: error: comparison of '*i32' with null