summaryrefslogtreecommitdiffstats
path: root/test/MSVC/msvc_fixture/StdAfx.cpp
blob: caba43c9021798526e5add2da2a5ab186653bf73 (plain)
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: MIT
//
// Copyright The SCons Foundation

#include "StdAfx.h"
#ifndef PCHDEF
this line generates an error if PCHDEF is not defined!
#endif