opt_dj.c revision 1.1
1/* $NetBSD: opt_dj.c,v 1.1 2021/10/16 03:20:13 rillig Exp $ */
2/* $FreeBSD$ */
3
4#indent input
5int i;
6int *ip;
7const char *ccp;
8const void *****vppppp;
9const void ******vpppppp;
10const void ********vpppppppp;
11#indent end
12
13#indent run -dj
14int		i;
15int	       *ip;
16const char     *ccp;
17const void *****vppppp;
18const void ******vpppppp;
19const void ********vpppppppp;
20#indent end
21
22#indent input
23/* FIXME: The options -dj and -ndj produce the same output. */
24
25int i;
26int *ip;
27const char *ccp;
28const void *****vppppp;
29const void ******vpppppp;
30const void ********vpppppppp;
31#indent end
32
33#indent run -ndj
34/* FIXME: The options -dj and -ndj produce the same output. */
35
36int		i;
37int	       *ip;
38const char     *ccp;
39const void *****vppppp;
40const void ******vpppppp;
41const void ********vpppppppp;
42#indent end
43