diff options
Diffstat (limited to 'test/indented-triple-pass/EXP=program.c')
-rw-r--r-- | test/indented-triple-pass/EXP=program.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/indented-triple-pass/EXP=program.c b/test/indented-triple-pass/EXP=program.c new file mode 100644 index 0000000..37a8bc3 --- /dev/null +++ b/test/indented-triple-pass/EXP=program.c @@ -0,0 +1,9 @@ +char *line; +int line_length; +int line_size; +int main(int argc, char *argv[]) { + int i; + for (i = 1; i < argc; i++) + ... + ... +} |