2021-11-20 13:41:27 +01:00

9 lines
93 B
C++

#ifndef HAVE_PCH_SUPPORT
# include "pch.h"
#endif
int testCpp()
{
return PCH_INCLUDED;
}