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