summaryrefslogtreecommitdiffstats
path: root/src/tools/pg_bsd_indent/tests/label.0
blob: 7798a4d5c24e91b2b7d58d8dc29af08e4fb33dda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $FreeBSD$ */
/* See r303489 */
void t(void) {
	switch (1)
	{
		case 1:	/* test */
		case 2:		/* test */
	}
CLEANUP:
	;
V: ;
U: ;
}