xref: /netbsd-src/tests/usr.bin/xlint/lint1/stmt_for.c (revision e670fd5c413e99c2f6a37901bb21c537fcd322d2)
1 /*	$NetBSD: stmt_for.c,v 1.1 2021/06/19 19:59:02 rillig Exp $	*/
2 # 3 "stmt_for.c"
3 
4 /*
5  * Before func.c 1.111 from 2021-06-19, lint ran into an assertion failure:
6  *
7  * "dcs->d_next == NULL" failed in funcend at func.c:422
8  */
9 
10 void
11 test(void)
12 {
13 	for (0 0;		/* expect: syntax error '0' */
14 }
15 
16 /* expect+1: cannot recover from previous errors */
17