aboutsummaryrefslogtreecommitdiff
path: root/tests/core/cgo/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core/cgo/foo.c')
-rw-r--r--tests/core/cgo/foo.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/core/cgo/foo.c b/tests/core/cgo/foo.c
new file mode 100644
index 00000000..0992a7d1
--- /dev/null
+++ b/tests/core/cgo/foo.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+void foo() {
+ printf("foo\n");
+}
+
+