Files
CMake/Tests/RunCMake/PrecompileHeaders/include/foo.h
2019-08-28 11:47:51 -04:00

7 lines
55 B
C

#ifndef foo_h
#define foo_h
extern int foo();
#endif