comptime { const a: i32 = 1; const b: i32 = 0; const c = a / b; _ = c; } // test_error=division by zero