1 /* $NetBSD: psym_for_exprs.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */ 2 /* $FreeBSD$ */ 3 4 /* 5 * Tests for the parser state psym_for_exprs, which represents the state after 6 * reading the keyword 'for' and the 3 expressions, now waiting for the body 7 * of the loop. 8 */ 9 10 #indent input 11 // TODO: add input 12 #indent end 13 14 #indent run-equals-input 15