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