Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
490e58905d801d3cc01afdeb5b162f6186a4e040
/
.
/
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