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