9 lines
95 B
C
Raw Normal View History

2021-11-20 13:41:27 +01:00
#ifndef HAVE_PCH_SUPPORT
# include "pch.h"
#endif
int testC(void)
{
return PCH_INCLUDED;
}