1 /* $NetBSD: psym_do_stmt.c,v 1.3 2022/04/24 09:04:12 rillig Exp $ */ 2 3 /* 4 * Tests for the parser symbol psym_do_stmt, which represents the state after 5 * reading the keyword 'do' and the loop body, now waiting for the keyword 6 * 'while' and the controlling expression. 7 */ 8 9 //indent input 10 // TODO: add input 11 //indent end 12 13 //indent run-equals-input 14