summaryrefslogtreecommitdiffstats
path: root/test cases/common/13 pch/withIncludeFile/pch/prog.h
blob: c89890a777f79f6bac42f9bb0eb57623c90d416c (plain)
1
2
3
4
5
6
#ifndef PROG_H
// Header guards for PCH confuse msvc in some situations.
// Using them here makes sure we handle this correctly.
#define PROG_H
#include<stdio.h>
#endif