diff options
Diffstat (limited to 'tests/usr.bin/xlint/lint1/msg_110.c')
| -rw-r--r-- | tests/usr.bin/xlint/lint1/msg_110.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/usr.bin/xlint/lint1/msg_110.c b/tests/usr.bin/xlint/lint1/msg_110.c index 3cc6750ee3d..3d3fc69a5b9 100644 --- a/tests/usr.bin/xlint/lint1/msg_110.c +++ b/tests/usr.bin/xlint/lint1/msg_110.c @@ -1,8 +1,10 @@ -/* $NetBSD: msg_110.c,v 1.3 2021/07/25 10:26:46 rillig Exp $ */ +/* $NetBSD: msg_110.c,v 1.4 2023/07/07 19:45:22 rillig Exp $ */ # 3 "msg_110.c" // Test for message: pointer to function is not allowed here [110] +/* lint1-extra-flags: -X 351 */ + /* ARGSUSED */ void call_take(int (*ptr)(int)) |
