1 2 3 4 5 6 7 8 9
#include "cxx_pch.h" #ifndef CXX_PCH # error "CXX PCH not included in CXX source." #endif extern "C" int no_pch(void); int main() { return no_pch(); }