Home | History | Annotate | Line # | Download | only in lint1
msg_231.c revision 1.2
      1 /*	$NetBSD: msg_231.c,v 1.2 2021/01/30 17:56:29 rillig Exp $	*/
      2 # 3 "msg_231.c"
      3 
      4 // Test for message: argument %s unused in function %s [231]
      5 
      6 void
      7 example(int param)		/* expect: 231 */
      8 {
      9 	int local;		/* expect: 192 */
     10 }
     11