xref: /netbsd-src/tests/usr.bin/indent/opt_cd.c (revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
1 /* $NetBSD: opt_cd.c,v 1.4 2022/04/24 09:04:12 rillig Exp $ */
2 
3 //indent input
4 int aflag; /* Apply to all files. */
5 //indent end
6 
7 //indent run -cd49
8 int		aflag;				/* Apply to all files. */
9 //indent end
10 
11 /* If '-cd' is not given, it falls back to '-c'. */
12 //indent run-equals-prev-output -c49
13