[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Modules / Inputs / SameHeader / C.h
blob33c3316a6517b48a5602f9c3bcd0d91061f634cc
1 #ifndef __C_h__
2 #define __C_h__
3 int c = 1;
5 struct aaa {
6 int b;
7 };
9 typedef struct fd_set {
10 char c;
12 #endif