diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_099.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_099.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_099.c b/tests/usr.bin/xlint/lint1/msg_099.c index ff14c014c28..c055a60d504 100644 --- a/tests/usr.bin/xlint/lint1/msg_099.c +++ b/tests/usr.bin/xlint/lint1/msg_099.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_099.c,v 1.5 2022/04/03 09:34:45 rillig Exp $ */ +/* $NetBSD: msg_099.c,v 1.6 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_099.c" // Test for message: '%s' undefined [99] +/* lint1-extra-flags: -X 351 */ + void example(int defined_variable) { |
