diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_353.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_353.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_353.c b/tests/usr.bin/xlint/lint1/msg_353.c index 4b0d67bd18d..08d68573fe7 100644 --- a/tests/usr.bin/xlint/lint1/msg_353.c +++ b/tests/usr.bin/xlint/lint1/msg_353.c @@ -1,4 +1,4 @@ -/* $NetBSD: msg_353.c,v 1.2 2023/07/03 09:33:07 rillig Exp $ */ +/* $NetBSD: msg_353.c,v 1.3 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_353.c" // Test for message 353: empty initializer braces require C23 or later [353] @@ -6,7 +6,7 @@ // See also: // c23.c -/* lint1-extra-flags: -Ac11 */ +/* lint1-extra-flags: -Ac11 -X 351 */ void c23(void) |
