msg_192.c revision 1.3
1/*	$NetBSD: msg_192.c,v 1.3 2021/04/09 20:12:01 rillig Exp $	*/
2# 3 "msg_192.c"
3
4// Test for message: '%s' unused in function '%s' [192]
5
6void
7example(int param)		/* expect: 231 */
8{
9	int local;		/* expect: 192 */
10}
11