aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/sandbox/f.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/sandbox/f.c')
-rw-r--r--test/monniaux/sandbox/f.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/monniaux/sandbox/f.c b/test/monniaux/sandbox/f.c
new file mode 100644
index 00000000..7705c4f7
--- /dev/null
+++ b/test/monniaux/sandbox/f.c
@@ -0,0 +1,3 @@
+int f(int x, int y){
+ return x+y;
+}