Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fe3fee46221c2b2ecf76b17824d66fc73afbb4f3
/
.
/
Tests
/
InterfaceLinkLibraries
/
bang.cpp
blob: 722af9f1846174f76ba55517c6634f9326ad4ef5 [
file
]
#ifdef
FOO_LIBRARY
# error Unexpected FOO_LIBRARY
#endif
#ifdef
BAR_LIBRARY
# error Unexpected BAR_LIBRARY
#endif
#include
"bang.h"
int
bang
()
{
return
0
;
}