aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/comptime_decl_name_conflict_resolved.zig
blob: c55b4a275cbcb9df9ab4caf9a30491c0be81d559 (plain)
1
2
3
4
5
6
7
8
comptime {
    @compileError("should be reached");
}
const comptime_0 = {};

// error
//
// :2:5: error: should be reached