summaryrefslogtreecommitdiff
path: root/test/hai.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/hai.c')
-rw-r--r--test/hai.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/hai.c b/test/hai.c
new file mode 100644
index 0000000..263a8de
--- /dev/null
+++ b/test/hai.c
@@ -0,0 +1,8 @@
+#include "hai.h"
+
+#include <stdio.h>
+
+__declspec(dllexport)
+void hai() {
+ printf("lol\n");
+} \ No newline at end of file