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