Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4f73a9b74e65caa26ef859ac8fc4e556b61da0fd
/
.
/
Tests
/
InterfaceLinkLibraries
/
foo_link_only.c
blob: 9ca1c016e775aea481a5d6128a15ebabfabb3e26 [
file
]
#ifndef
FOO_LINK_ONLY
# error "FOO_LINK_ONLY incorrectly not defined"
#endif
int
foo_link_only
(
void
)
{
return
0
;
}