xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_281.c (revision aef5eb5f59cdfe8314f1b5f78ac04eb144e44010)
1 /*	$NetBSD: msg_281.c,v 1.4 2022/06/22 19:23:18 rillig Exp $	*/
2 # 3 "msg_281.c"
3 
4 // Test for message: duplicate comment /* %s */ [281]
5 
6 /* expect+1: warning: duplicate comment ** ARGSUSED ** [281] */
7 /* ARGSUSED *//* ARGSUSED */
8 void args_used(int x)
9 {
10 }
11