xref: /netbsd-src/tests/usr.bin/indent/lsym_while.c (revision 53b02e147d4ed531c0d2a5ca9b3e8026ba3e99b5)
1 /* $NetBSD: lsym_while.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
2 /* $FreeBSD$ */
3 
4 /*
5  * Tests for the token 'lsym_while', which represents the keyword 'while' that
6  * starts a 'while' loop or finishes a 'do-while' loop.
7  */
8 
9 #indent input
10 // TODO: add input
11 #indent end
12 
13 #indent run-equals-input
14