rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr35468.c

8 lines
77 B
C

/* PR tree-optimization/35468 */
void
foo (void)
{
*(char *) "c" = 'x';
}