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