[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / diamond_left.h
blob6494551e4bfa0ce84e0c1e9f25e282d70725ff92
1 int top_left_before(void *);
3 @import diamond_top;
5 float left(float *);
7 int top_left(char *c);
9 int left_and_right(int*);