xref: /llvm-project/clang/test/Frontend/Inputs/test.h (revision f29dcbdde10c86cfd89196fc2aa0e7f6ca3c9c4e)
1 #ifndef TEST_H
2 #define TEST_H
3 
4 #include "test2.h"
5 #include "test2.h"
6 
7 #endif
8