summaryrefslogtreecommitdiff
path: root/Tests/ExportImport/Export/Interface/source_target.cpp
blob: 037191cf6b37515ef0ff585d39a70a09dda9211a (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;
}