10 lines
151 B
C
10 lines
151 B
C
int flags_lib(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
/* Intel compiler does not reject bad flags or objects! */
|
|
#if defined(__INTEL_COMPILER)
|
|
# error BADFLAG
|
|
#endif
|