blob: 6f52bd6e083a2baee4f5c604f40b4bf76774daa4 [file]
#ifndef ANSWER
# error ANSWER is not defined
#else
# if ANSWER != 42
# error ANSWER has the wrong value
# endif
#endif
int main()
{
return 0;
}