opt_cd.c revision 1.2
1/* $NetBSD: opt_cd.c,v 1.2 2021/11/19 22:24:29 rillig Exp $ */
2/* $FreeBSD$ */
3
4#indent input
5int aflag; /* Apply to all files. */
6#indent end
7
8#indent run -cd49
9int		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