parser: port test "top-level tuple function call type"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-02-10 14:36:06 +00:00
parent bfc5846c4d
commit 6743d5dd2f

View File

@@ -1798,3 +1798,10 @@ test "zig fmt: if-else with comment before else" {
\\
);
}
test "zig fmt: top-level tuple function call type" {
try testCanonical(
\\foo()
\\
);
}