Home | History | Annotate | Line # | Download | only in lint1
msg_226.c revision 1.3
      1 /*	$NetBSD: msg_226.c,v 1.3 2021/08/27 20:49:25 rillig Exp $	*/
      2 # 3 "msg_226.c"
      3 
      4 // Test for message: static variable %s unused [226]
      5 
      6 /* expect+1: warning: static variable unused unused [226] */
      7 static int unused;
      8