2 /* { dg-options "-O2 -fdump-tree-strlen" } */
6 char a
[] = { 0, 'a', 0, 'b', 'c', 0, 'd', 'e', 'f', 0 };
8 int __attribute__ ((noinline
, noclone
))
17 int __attribute__ ((noinline
, noclone
))
29 char b
[] = { 0, 0, 'a', 'b', 0, 0 };
30 if (f1 () != 9 || f2 (b
) != 5)
35 /* { dg-final { scan-tree-dump-times "strlen \\(" 6 "strlen" } } */