Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr46547-1.c
blob: 67d8e1e7e9aa9355b1633ee9c23f23b34a0746f5 [
file
]
void
foo
(
void
)
{
_Bool
d
;
long
double
_Complex
*
s
;
d
=
*
s
++;
}