1 /* $NetBSD: msg_000_c90.c,v 1.1 2021/07/08 05:18:49 rillig Exp $ */ 2 # 3 "msg_000_c90.c" 3 4 /* 5 * Test for message: empty declaration [0] 6 * 7 * In strict C90 mode, an empty declaration is an error, not merely a warning. 8 */ 9 10 /* lint1-flags: -s */ 11 12 /* expect+1: error: empty declaration [0] */ 13 ; 14