File: label.0.stdout

package info (click to toggle)
pg-bsd-indent 2.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 520 kB
  • sloc: ansic: 2,875; makefile: 24
file content (14 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (4)
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:      ;
}