summaryrefslogtreecommitdiff
path: root/test/add.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/add.c')
-rw-r--r--test/add.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/add.c b/test/add.c
deleted file mode 100644
index a7d7e982f..000000000
--- a/test/add.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <emscripten.h>
-
-int EMSCRIPTEN_KEEPALIVE add(int x, int y) {
- return x + y;
-}
-