parser: port test "top-level bare asterisk+identifier"

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

View File

@@ -1805,3 +1805,10 @@ test "zig fmt: top-level tuple function call type" {
\\
);
}
test "zig fmt: top-level bare asterisk+identifier" {
try testCanonical(
\\*x
\\
);
}