diff options
Diffstat (limited to 'Tests/ModuleDefinition/example_dll.c')
-rw-r--r-- | Tests/ModuleDefinition/example_dll.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/ModuleDefinition/example_dll.c b/Tests/ModuleDefinition/example_dll.c index 88b3904..3d57b9a 100644 --- a/Tests/ModuleDefinition/example_dll.c +++ b/Tests/ModuleDefinition/example_dll.c @@ -1 +1,4 @@ -int example_dll_function(void) { return 0; } +int example_dll_function(void) +{ + return 0; +} |