opt_cd.c revision 1.3
1/* $NetBSD: opt_cd.c,v 1.3 2022/04/22 21:21:20 rillig Exp $ */
2
3#indent input
4int aflag; /* Apply to all files. */
5#indent end
6
7#indent run -cd49
8int		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