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