xref: /netbsd-src/tests/usr.bin/indent/lsym_switch.c (revision 2718af68c3efc72c9769069b5c7f9ed36f6b9def)
1 /* $NetBSD: lsym_switch.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
2 /* $FreeBSD$ */
3 
4 /*
5  * Tests for the token lsym_switch, which represents the keyword 'switch' that
6  * starts a 'switch' statement.
7  *
8  * See also:
9  *	C11 6.8.4		"Selection statements"
10  *	C11 6.8.4.2		"The 'switch' statement"
11  */
12 
13 #indent input
14 // TODO: add input
15 #indent end
16 
17 #indent run-equals-input
18