2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr48022-2.c
blob41fcb533819c9561b66e9f421fcc340afd5dba8e
1 /* PR tree-optimization/48022 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -Wstrict-overflow" } */
5 #include <string.h>
7 int
8 foo (const char *x)
10 return strcmp (x, "/");