Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
InterfaceLinkLibraries
/
foo_link_only.c
blob: 9ca1c016e775aea481a5d6128a15ebabfabb3e26 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
FOO_LINK_ONLY
# error "FOO_LINK_ONLY incorrectly not defined"
#endif
int
foo_link_only
(
void
)
{
return
0
;
}