From 24da48a86bb542be247127258db5fcafab4ba011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 23 Oct 2020 02:08:13 +0200 Subject: release 1.1 --- test/indented-triple-pass/EXP=program.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/indented-triple-pass/EXP=program.c (limited to 'test/indented-triple-pass/EXP=program.c') 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++) + ... + ... +} -- cgit v1.2.3