1 2 3 4 5 6 7
export fn entry() void { 'a'.* = 1; } // error // // :2:8: error: cannot dereference non-pointer type 'comptime_int'