blob: 0c3e49881188f4ac336e858b8eb78240edca5817 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
/* { dg-do "compile" } */
/* { dg-options "-std=gnu23" } */
typedef struct q { int x; } q_t;
typedef struct q { int x; } q_t;
typedef struct q { int x; } q_t;
typedef struct q { int x; } q_t;
typedef struct q { int x; } q_t;
typedef struct r r_t;
typedef struct r r_t;
typedef struct r r_t;
typedef struct r r_t;
typedef struct r r_t;
extern struct s { int x; } s;
extern struct s { int x; } s;
extern struct s { int x; } s;
extern struct s { int x; } s;
extern struct s { int x; } s;
struct t { int x; };
struct t { int x; };
struct t { int x; };
struct t { int x; };
struct t { int x; };
typedef enum e { E = 1 } e_t;
typedef enum e { E = 1 } e_t;
typedef enum e { E = 1 } e_t;
typedef enum e { E = 1 } e_t;
typedef enum e { E = 1 } e_t;
|