xref: /llvm-project/clang-tools-extra/include-cleaner/test/Inputs/foo.h (revision 6fa0e026c87e20b962137691a7852fb5e32f9611)
1 #ifndef FOO_H
2 #define FOO_H
3 
4 int foo();
5 
6 #endif
7