2 * { dg-options "-std=c23" }
5 // compatibility of structs in assignment
7 typedef struct p
{ int a
; } pd_t
;
12 struct p
{ int a
; } x
;
18 struct p
{ int a
; } x
;
24 struct p
{ int a
; } x
;
28 typedef struct p
{ int a
; } p2_t
;
38 struct q
{ int a
; } a
;
39 struct q
{ int a
; } b
;