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