aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/test_monkey_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/test_monkey_api.c')
-rw-r--r--src/monkey/test_monkey_api.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/monkey/test_monkey_api.c b/src/monkey/test_monkey_api.c
new file mode 100644
index 000000000..d63453bee
--- /dev/null
+++ b/src/monkey/test_monkey_api.c
@@ -0,0 +1,6 @@
1
2
3int main(int argc, char *argv[])
4{
5 return 0;
6} \ No newline at end of file