Sharpmake.FunctionalTests/FastBuildFunctionalTest/codebase/UsePrecompExe/noprecomp_util.cpp (9 lines of code) (raw):

#include "noprecomp_util.h" #include <cstdio> #ifdef PRECOMP_INCLUDED #error This file must NOT include the pch #endif void Util_NoPrecomp::StaticUtilityMethod() { printf("%s\n", __func__); }