diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_217.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_217.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_217.c b/tests/usr.bin/xlint/lint1/msg_217.c index f28589233c4..97bf077be84 100644 --- a/tests/usr.bin/xlint/lint1/msg_217.c +++ b/tests/usr.bin/xlint/lint1/msg_217.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_217.c,v 1.11 2022/06/22 19:23:18 rillig Exp $ */ +/* $NetBSD: msg_217.c,v 1.12 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_217.c" // Test for message: function '%s' falls off bottom without returning value [217] +/* lint1-extra-flags: -X 351 */ + int random(int n) { |
