8 lines
96 B
C
Raw Normal View History

2021-09-14 00:13:48 +02:00
#ifdef CXX_PCH
# error "CXX PCH included in C source."
#endif
int no_pch(void)
{
return 0;
}