zig

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

commit 67db9e03fd33b9814e9db61dd13ef604c6883bc7 (tree)
parent 0a9a982c2c00eb04b297cdf7a5e7189d287fc351
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon, 16 Feb 2026 12:41:25 +0000

astgen_test: enable fn.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 @@ -1242,7 +1242,7 @@ const corpus_files = .{ "../test/behavior/extern.zig", "../test/behavior/fn_delegation.zig", "../test/behavior/fn_in_struct_in_comptime.zig", - //"../test/behavior/fn.zig", + "../test/behavior/fn.zig", "../test/behavior/for.zig", //"../test/behavior/generics.zig", "../test/behavior/globals.zig",