Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
64e66b4be310dd0a5cb2ea61092eb97b8ec4f574
/
.
/
Modules
/
CMakeTestGNU.c
blob: 7dcafde66ef8bc53967fc25e41597372117e34b2 [
file
] [
log
] [
blame
]
#if defined(__GNUC__) && \
!(
defined
(
__INTEL_COMPILER
)
||
defined
(
__INTEL_LLVM_COMPILER
))
void
THIS_IS_GNU
();
#endif
#ifdef
__MINGW32__
void
THIS_IS_MINGW
();
#endif
#ifdef
__CYGWIN__
void
THIS_IS_CYGWIN
();
#endif