xref: /netbsd-src/tests/usr.bin/indent/psym_do_stmt.c (revision 2718af68c3efc72c9769069b5c7f9ed36f6b9def)
1 /* $NetBSD: psym_do_stmt.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
2 /* $FreeBSD$ */
3 
4 /*
5  * Tests for the parser symbol psym_do_stmt, which represents the state after
6  * reading the keyword 'do' and the loop body, now waiting for the keyword
7  * 'while' and the controlling expression.
8  */
9 
10 #indent input
11 // TODO: add input
12 #indent end
13 
14 #indent run-equals-input
15