/* $NetBSD: psym_if_expr_stmt.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */ /* * Tests for the parser symbol psym_if_expr_stmt, which represents the state * after reading the keyword 'if', the controlling expression and the * statement for the 'then' branch. If the next token is 'else', another * statement will follow, otherwise the 'if' statement is finished already. */ #indent input // TODO: add input #indent end #indent run-equals-input