stmt_for.c revision 1.1
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
10void
11test(void)
12{
13	for (0 0;		/* expect: syntax error '0' */
14}
15
16/* expect+1: cannot recover from previous errors */
17