diff options
Diffstat (limited to 'Tests/CompatibleInterface/bar.cpp')
-rw-r--r-- | Tests/CompatibleInterface/bar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CompatibleInterface/bar.cpp b/Tests/CompatibleInterface/bar.cpp index 2e09900..69b16c3 100644 --- a/Tests/CompatibleInterface/bar.cpp +++ b/Tests/CompatibleInterface/bar.cpp @@ -1,7 +1,7 @@ #ifdef _WIN32 __declspec(dllexport) #endif -int bar() + int bar() { return 0; } |