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