summaryrefslogtreecommitdiff
path: root/Tests/SetLang/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SetLang/foo.c')
-rw-r--r--Tests/SetLang/foo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/SetLang/foo.c b/Tests/SetLang/foo.c
new file mode 100644
index 000000000..e7918af58
--- /dev/null
+++ b/Tests/SetLang/foo.c
@@ -0,0 +1,7 @@
+int foo()
+{
+ int r = 10;
+ r++;
+ int ret = r+10;
+ return ret;
+}