[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Frontend / Inputs / test.h
blob67fdacb4cc4fc9f37fe88ac7e84ca13c7c090095
1 #ifndef TEST_H
2 #define TEST_H
4 #include "test2.h"
5 #include "test2.h"
7 #endif