Home | History | Annotate | Line # | Download | only in lint1
      1 /*	$NetBSD: msg_226.c,v 1.4 2022/06/11 11:52:13 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