opt_cd.c revision 1.4
1/* $NetBSD: opt_cd.c,v 1.4 2022/04/24 09:04:12 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