opt_cd.c revision 1.4
11.4Srillig/* $NetBSD: opt_cd.c,v 1.4 2022/04/24 09:04:12 rillig Exp $ */ 21.1Srillig 31.4Srillig//indent input 41.1Srilligint aflag; /* Apply to all files. */ 51.4Srillig//indent end 61.1Srillig 71.4Srillig//indent run -cd49 81.1Srilligint aflag; /* Apply to all files. */ 91.4Srillig//indent end 101.2Srillig 111.2Srillig/* If '-cd' is not given, it falls back to '-c'. */ 121.4Srillig//indent run-equals-prev-output -c49 13