summaryrefslogtreecommitdiff
path: root/Tests/Complex/Library/file2.cxx
blob: 863fcaa51bc96cef28c052c685b1cbc83e2caf37 (plain)
1
2
3
4
5
6
7
8
9
10
#include <string.h>

#ifdef CMAKE_IS_REALLY_FUN
This is a problem. Looks like REMOVE_DEFINITION does not work
#endif

int file2()
{
  return 1;
}