1 /* $NetBSD: psym_while_expr.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */ 2 /* $FreeBSD$ */ 3 4 /* 5 * Tests for the parser symbol psym_while_expr, which represents the keyword 6 * 'while' followed by the controlling expression, now waiting for the 7 * statement of the loop body. 8 */ 9 10 #indent input 11 // TODO: add input 12 #indent end 13 14 #indent run-equals-input 15