1 2 3 4 5 6 7
#ifdef CXX_PCH # error "CXX PCH included in C source." #endif int no_pch(void) { return 0; }