diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_216.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_216.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_216.c b/tests/usr.bin/xlint/lint1/msg_216.c index 0d211fc73a6..628d2b17f06 100644 --- a/tests/usr.bin/xlint/lint1/msg_216.c +++ b/tests/usr.bin/xlint/lint1/msg_216.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_216.c,v 1.6 2022/10/01 09:42:40 rillig Exp $ */ +/* $NetBSD: msg_216.c,v 1.7 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_216.c" // Test for message: function '%s' has 'return expr' and 'return' [216] +/* lint1-extra-flags: -X 351 */ + /* expect+2: error: old-style declaration; add 'int' [1] */ random(int n) { |
