msg_019.c revision 1.4
1/*	$NetBSD: msg_019.c,v 1.4 2021/04/05 01:35:34 rillig Exp $	*/
2# 3 "msg_019.c"
3
4// Test for message: void type for '%s' [19]
5
6void global_variable;		/* expect: 19 */
7
8static void unit_variable;	/* expect: 19 *//* expect: 226 */
9
10void
11function(void parameter)	/* expect: 61 *//* expect: 231 */
12{
13	void local_variable;	/* expect: 19 */
14}
15