diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_329.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_329.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_329.c b/tests/usr.bin/xlint/lint1/msg_329.c index a64e18f4bef..6683861460b 100644 --- a/tests/usr.bin/xlint/lint1/msg_329.c +++ b/tests/usr.bin/xlint/lint1/msg_329.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_329.c,v 1.4 2022/06/17 06:59:16 rillig Exp $ */ +/* $NetBSD: msg_329.c,v 1.5 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_329.c" // Test for message: type '%s' is not a member of '%s' [329] +/* lint1-extra-flags: -X 351 */ + union u { int i1; int i2; |
