summaryrefslogtreecommitdiff
path: root/Tests/LoadCommand/LoadedCommand.cxx
blob: c2a3439a0179188900a211ad9f3a4e7e1260c3a8 (plain)
1
2
3
4
5
6
7
8
int main ()
{
#ifdef CMAKE_IS_FUN
  return 0;
#else  
  return 1;
#endif
}