9 lines
75 B
C++
9 lines
75 B
C++
int main ()
|
|
{
|
|
#ifdef CMAKE_IS_FUN
|
|
return 0;
|
|
#else
|
|
return 1;
|
|
#endif
|
|
}
|