Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr88140.c
blob: 1a2bd327a25a163f3ce40e921b10abfeb43756bb [
file
] [
log
] [
blame
]
typedef
struct
{
}
a
;
typedef
struct
{
a
*
b
[
0
];
}
c
;
void
d
()
{
((
c
*)
0
)->
b
[
0
]
=
0
;
}