diff options
Diffstat (limited to 'Tests/SetLang/foo.c')
-rw-r--r-- | Tests/SetLang/foo.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/SetLang/foo.c b/Tests/SetLang/foo.c new file mode 100644 index 0000000..e7918af --- /dev/null +++ b/Tests/SetLang/foo.c @@ -0,0 +1,7 @@ +int foo() +{ + int r = 10; + r++; + int ret = r+10; + return ret; +} |