CPP/tests/include.cpp

7 lines
81 B
C++

#include "include-define.cpp"
#ifdef GOOD
#warning PASS
#else
#error FAIL
#endif