summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrecompileHeaders/include/foo.h
blob: 4a49474f3cc346b37e39896dda4639e056f218ae (plain)
1
2
3
4
5
6
#ifndef foo_h
#define foo_h

extern int foo();

#endif