blob: 4cd78e63acb0fb1e75a68fbb5959db82f3027dd8 [file]
#ifndef PCH_VALUE
# error "PCH_VALUE not defined"
#endif
int main(void)
{
const int value = PCH_VALUE;
return value == 42 ? 0 : 1;
}