We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ee9a7 commit 35f299bCopy full SHA for 35f299b
unittests/CppInterOp/TestSharedLib/TestSharedLib.h
@@ -5,7 +5,7 @@
5
#ifdef _WIN32
6
extern "C" __declspec(dllexport) int ret_zero();
7
#else
8
-extern "C" __attribute__((visibility("default"))) int ret_zero();
+extern "C" int __attribute__((visibility("default"))) ret_zero();
9
#endif
10
11
#endif // UNITTESTS_CPPINTEROP_TESTSHAREDLIB_TESTSHAREDLIB_H
0 commit comments