aboutsummaryrefslogtreecommitdiffstats
path: root/c_parser/test/in/12.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_parser/test/in/12.c')
-rw-r--r--c_parser/test/in/12.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/c_parser/test/in/12.c b/c_parser/test/in/12.c
new file mode 100644
index 0000000..37b8b7e
--- /dev/null
+++ b/c_parser/test/in/12.c
@@ -0,0 +1,4 @@
+int f(int b, int c) {
+ int a = b+c;
+ return a;
+}