7 lines
81 B
C++
7 lines
81 B
C++
#include "include-define.cpp"
|
|
#ifdef GOOD
|
|
#warning PASS
|
|
#else
|
|
#error FAIL
|
|
#endif
|