Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e2e5303fe2d54f398a96f7b8bf5ac9be28aa2ee0
/
.
/
Tests
/
InterfaceLinkLibraries
/
foo.cpp
blob: c1e93e84952d408e248f4a914e746306fddda5cb [
file
]
#ifdef
BAR_LIBRARY
# error Unexpected BAR_LIBRARY
#endif
#ifdef
BANG_LIBRARY
# error Unexpected BANG_LIBRARY
#endif
#include
"foo.h"
int
foo
()
{
return
0
;
}