aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/07.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/test/in/07.c')
-rw-r--r--c_parser/test/in/07.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/c_parser/test/in/07.c b/c_parser/test/in/07.c
index baa3ba5..6abb5b5 100644
--- a/c_parser/test/in/07.c
+++ b/c_parser/test/in/07.c
@@ -1,3 +1,5 @@
-if(x == y) {
- int z;
+int foo(int a) {
+ if(x == y) {
+ int z;
+ }
}