1 2 3 4 5 6 7 8
#ifndef HAVE_PCH_SUPPORT # include "pch.h" #endif int testCpp() { return PCH_INCLUDED; }