diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_072.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_072.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_072.c b/tests/usr.bin/xlint/lint1/msg_072.c index 8f1ba4250d8..c02a30c5691 100644 --- a/tests/usr.bin/xlint/lint1/msg_072.c +++ b/tests/usr.bin/xlint/lint1/msg_072.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_072.c,v 1.7 2022/10/01 09:42:40 rillig Exp $ */ +/* $NetBSD: msg_072.c,v 1.8 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_072.c" // Test for message: typedef declares no type name [72] +/* lint1-extra-flags: -X 351 */ + /* expect+1: warning: typedef declares no type name [72] */ typedef int; |
