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