Forward port benchmark for type checking
[scons.git] / test / MSVC / msvc_fixture / StdAfx.cpp
blobcaba43c9021798526e5add2da2a5ab186653bf73
1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright The SCons Foundation
5 #include "StdAfx.h"
6 #ifndef PCHDEF
7 this line generates an error if PCHDEF is not defined!
8 #endif