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 6 int; /* expect: 2 */ 7 8 int local_variable; 9