lsym_do.c revision 1.3
1/* $NetBSD: lsym_do.c,v 1.3 2022/04/24 09:04:12 rillig Exp $ */
2
3/*
4 * Tests for the token lsym_do, which represents the keyword 'do' that starts
5 * a 'do-while' loop.
6 *
7 * See also:
8 *	psym_do.c
9 *	psym_do_stmt.c
10 *	C11 6.8.5		"Iteration statements"
11 *	C11 6.8.5.2		"The 'do' statement"
12 */
13
14//indent input
15// TODO: add input
16//indent end
17
18//indent run-equals-input
19