xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_000_c90.c (revision 3117ece4fc4a4ca4489ba793710b60b0d26bab6c)
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