mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 20:49:41 +00:00
7 lines
143 B
C
7 lines
143 B
C
|
int main(void) { return 0; }
|
||
|
|
||
|
/* Intel compiler does not reject bad flags or objects! */
|
||
|
#if defined(__INTEL_COMPILER)
|
||
|
# error BADFLAG
|
||
|
#endif
|