msg_002.c revision 1.3
1/*	$NetBSD: msg_002.c,v 1.3 2021/01/31 11:12:07 rillig Exp $	*/
2# 3 "msg_002.c"
3
4// Test for message: empty declaration [2]
5
6int;				/* expect: 2 */
7
8int local_variable;
9