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