[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / diamond_top.h
blob30da14f6449b55218cef1fb57388e8173738aabb
1 int top(int *);
3 int top_left(char *c);
5 int top_left_before(void *);