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