xref: /llvm-project/clang/test/Modules/Inputs/SameHeader/C.h (revision 0ad3182179170d47efa1790d0af43ea835fd2c4e)
1 #ifndef __C_h__
2 #define __C_h__
3 int c = 1;
4 
5 struct aaa {
6   int b;
7 };
8 
9 typedef struct fd_set {
10   char c;
11 };
12 #endif
13