diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_012.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_012.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_012.c b/tests/usr.bin/xlint/lint1/msg_012.c index 1e26ccfbabc..0e8c5f60b33 100644 --- a/tests/usr.bin/xlint/lint1/msg_012.c +++ b/tests/usr.bin/xlint/lint1/msg_012.c @@ -1,9 +1,11 @@ -/* $NetBSD: msg_012.c,v 1.4 2022/04/01 23:16:32 rillig Exp $ */ +/* $NetBSD: msg_012.c,v 1.5 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_012.c" // Test for message: compiler takes size of function [12] /* This message is not used. */ +/* lint1-extra-flags: -X 351 */ + unsigned long example(void) { |
