blob: f35420666c14d6cd79a4570a697b5dac2c8bfbee [file] [log] [blame]
int flags_lib(void)
{
return 0;
}
/* Intel compiler does not reject bad flags or objects! */
#if defined(__INTEL_COMPILER)
#error BADFLAG
#endif