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