summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibraries/bang.cpp
blob: 722af9f1846174f76ba55517c6634f9326ad4ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#ifdef FOO_LIBRARY
#  error Unexpected FOO_LIBRARY
#endif

#ifdef BAR_LIBRARY
#  error Unexpected BAR_LIBRARY
#endif

#include "bang.h"

int bang()
{
  return 0;
}