blob: 16d064b62228682e3621cd9644718ed195c871df [file] [log] [blame]
/* PR tree-optimization/35468 */
void
foo (void)
{
*(char *) "c" = 'x';
}