zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit fde6c03d2a2069c189a018e227304fc0603057b4 (tree)
parent ee19503d4dd36ea615c78458c97f0132dd21686c
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon, 16 Feb 2026 13:07:03 +0000

astgen_test: enable multiple_externs_with_conflicting_types.zig corpus test (already passing)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Diffstat:
Mstage0/astgen_test.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stage0/astgen_test.zig b/stage0/astgen_test.zig @@ -1264,7 +1264,7 @@ const corpus_files = .{ "../test/behavior/memset.zig", "../test/behavior/merge_error_sets.zig", "../test/behavior/muladd.zig", - //"../test/behavior/multiple_externs_with_conflicting_types.zig", + "../test/behavior/multiple_externs_with_conflicting_types.zig", "../test/behavior/namespace_depends_on_compile_var.zig", "../test/behavior/nan.zig", "../test/behavior/null.zig",