[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Index / Inputs / prefix.h
blob82ba2da360bf72d5c02d0130d3e3b90c2102183f
1 #ifndef PREFIX_H
2 #define PREFIX_H
3 int foo(int);
4 #endif