psym_if_expr_stmt.c revision 1.1
1/* $NetBSD: psym_if_expr_stmt.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
2/* $FreeBSD$ */
3
4/*
5 * Tests for the parser symbol psym_if_expr_stmt, which represents the state
6 * after reading the keyword 'if', the controlling expression and the
7 * statement for the 'then' branch.  If the next token is 'else', another
8 * statement will follow, otherwise the 'if' statement is finished already.
9 */
10
11#indent input
12// TODO: add input
13#indent end
14
15#indent run-equals-input
16