1/* PR tree-optimization/35468 */
2
3void
4foo (void)
5{
6  *(char *) "c" = 'x';
7}
8