summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Export/Interface/source_target.cpp
blob: 1eb5b1307889bf8e4fc4922b37f2189e933f79fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#ifndef USE_FROM_BUILD_DIR
#  error Expected define USE_FROM_BUILD_DIR
#endif

#ifdef USE_FROM_INSTALL_DIR
#  error Unexpected define USE_FROM_INSTALL_DIR
#endif

int source_symbol()
{
  return 42;
}