1 /* PR tree-optimization/86526 */ 2 3 void foo(char * x)4 foo (char *x) 5 { 6 if (__builtin_memcmp (x, "\0a", 3)) 7 __builtin_abort (); 8 } 9