1 /* $NetBSD: psym_stmt.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */ 2 3 /* 4 * Tests for the parser symbol psym_stmt, which represents a statement on the 5 * stack. 6 * 7 * TODO: Explain why the stack contains 'lbrace' 'stmt' instead of only 'lbrace'. 8 */ 9 10 #indent input 11 // TODO: add input 12 #indent end 13 14 #indent run-equals-input 15