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