1comptime { 2 @compileError("should be reached"); 3} 4const comptime_0 = {}; 5 6// error 7// 8// :2:5: error: should be reached