Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4ecfd1a7dcc937df0f7c01fbbe5c01ac18f49c43
/
.
/
Tests
/
LinkFlags
/
LinkFlagsLib.c
blob: bd288e90860e7fc79ab3a675436726557e62b72e [
file
]
int
flags_lib
(
void
)
{
return
0
;
}
/* Intel compiler does not reject bad flags or objects! */
#if defined(__INTEL_COMPILER)
# error BADFLAG
#endif