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