aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/SameHeader/C.h
blob: 33c3316a6517b48a5602f9c3bcd0d91061f634cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __C_h__
#define __C_h__
int c = 1;

struct aaa {
  int b;
};

typedef struct fd_set {
  char c;
};
#endif