Imported Upstream version 3.18.2
[platform/upstream/cmake.git] / Tests / RunCMake / Ninja / simple_lib.cpp
1 #ifdef _WIN32
2 __declspec(dllexport)
3 #endif
4   void dummy_symbol()
5 {
6 }