mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
12 lines
99 B
C
12 lines
99 B
C
int main(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
#ifdef _WIN32
|
|
__declspec(dllexport)
|
|
#endif
|
|
void main_c(void)
|
|
{
|
|
}
|