Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
16c8ec8ec79a0039b31b0bb34798a2dbd4e3394c
/
.
/
Tests
/
ComplexOneConfig
/
Library
/
TestLink.c
blob: f4bc255a2c513f656b55c282527f89b97d52abc5 [
file
]
int
TestLinkGetType
(
void
)
{
#ifdef
CMakeTestLinkShared_EXPORTS
return
0
;
#else
return
1
;
#endif
}