Clang Project

clang_source_code/test/Modules/Inputs/SameHeader/C.h
1#ifndef __C_h__
2#define __C_h__
3int c = 1;
4
5struct aaa {
6  int b;
7};
8
9typedef struct fd_set {
10  char c;
11};
12#endif
13