Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr35468.c
blob: 68f55654f6919a5cfc02906bb3182ade3793a7ee [
file
] [
log
] [
blame
]
/* PR tree-optimization/35468 */
/* { dg-do compile } */
void
foo
(
void
)
{
*(
char
*)
"c"
=
'x'
;
}