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