[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / framework-public-includes-private / A.framework / Headers / A.h
blob2ce0a18aa067dc273e9cf890532dab5371502288
1 #include <A/APriv.h>
2 #include "APriv2.h"
3 #include <Z/Z.h>
4 int foo(void);