aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/04.c
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-02-19 15:31:55 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-02-19 15:31:55 +0000
commitf820e632c9c985a938f32c4d3adb9bafb3b9393f (patch)
tree8da58b7b3e40f9a96f954b88970f45d5e95e98bc /c_parser/test/in/04.c
parent563fc043d2ed88cc72b825e3916287f8a67545c2 (diff)
downloadCompiler-f820e632c9c985a938f32c4d3adb9bafb3b9393f.tar.gz
Compiler-f820e632c9c985a938f32c4d3adb9bafb3b9393f.zip
Nearly all working perfectly
Diffstat (limited to 'c_parser/test/in/04.c')
-rw-r--r--c_parser/test/in/04.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c_parser/test/in/04.c b/c_parser/test/in/04.c
index 0e50c88..2e3aa5d 100644
--- a/c_parser/test/in/04.c
+++ b/c_parser/test/in/04.c
@@ -1,4 +1,4 @@
int foo(int bar1, int bar2) {
- int x;
- int y, z;
+ int x;
+ int y, z;
}