summaryrefslogtreecommitdiff
path: root/Tests/ModuleDefinition/example_dll_gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ModuleDefinition/example_dll_gen.c')
-rw-r--r--Tests/ModuleDefinition/example_dll_gen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ModuleDefinition/example_dll_gen.c b/Tests/ModuleDefinition/example_dll_gen.c
new file mode 100644
index 000000000..be5d1eed7
--- /dev/null
+++ b/Tests/ModuleDefinition/example_dll_gen.c
@@ -0,0 +1 @@
+int example_dll_gen_function(void) { return 0; }