xref: /freebsd/usr.bin/indent/tests/label.0 (revision d0b2dbfa)
1/* See r303489 */
2void t(void) {
3	switch (1)
4	{
5		case 1:	/* test */
6		case 2:		/* test */
7	}
8CLEANUP:
9	;
10V: ;
11U: ;
12}
13