summaryrefslogtreecommitdiff
path: root/tests/usr.bin/indent/psym_if_expr.c
blob: 0d9837037db8a2430898d183df5fde9505bef665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* $NetBSD: psym_if_expr.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
/* $FreeBSD$ */

/*
 * Tests for the parser symbol psym_if_expr, representing the parser state
 * after reading the keyword 'if' and the controlling expression, now waiting
 * for the statement of the 'then' branch.
 */

#indent input
// TODO: add input
#indent end

#indent run-equals-input