blob: 39d649c357db2b153de4854d80aabf5bb2891227 [file]
#ifndef ANSWER
# error ANSWER is not defined
#else
# if ANSWER != 42
# error ANSWER has the wrong value
# endif
#endif