mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 01:28:50 -05:00
9 lines
75 B
C++
9 lines
75 B
C++
int main ()
|
|
{
|
|
#ifdef CMAKE_IS_FUN
|
|
return 0;
|
|
#else
|
|
return 1;
|
|
#endif
|
|
}
|