2 /* { dg-options "-fplan9-extensions" } */
4 /* When using -fplan9-extensions, we support automatic conversion of
5 pointer types, and we support referring to a typedef name
8 extern void exit (int);
9 extern void abort (void);
36 if (b
.b
!= 2 || b
.c
!= 3)
43 typedef struct { char d
; } D
;
89 if (e
.b
!= 2 || e
.c
!= 3 || e
.e
!= 5)