msg_192.c revision 1.2
1/*	$NetBSD: msg_192.c,v 1.2 2021/01/30 17:56:29 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