Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4f73a9b74e65caa26ef859ac8fc4e556b61da0fd
/
.
/
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
;
}