summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLinkLibraries/bang.cpp
blob: 2e950986be088425b3be75a597c2bf69819434c7 (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;
}