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

#ifdef USE_FROM_BUILD_DIR
#  error Unexpected define USE_FROM_BUILD_DIR
#endif

#ifndef USE_FROM_INSTALL_DIR
#  error Expected define USE_FROM_INSTALL_DIR
#endif

int source_symbol()
{
  return 42;
}