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