xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_226.c (revision 5d41e58a30e20fdfa075956f8b357f1c03a9e4d5)
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