1 2 3 4 5 6 7 8 9
/* PR sanitizer/63690 */ /* { dg-do compile } */ /* { dg-options "-fsanitize=undefined" } */ void foo (void) { (*"c")++; }