aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/asan/pr56417.c
blob: b7eabf125aa9adc60ecf1e6bdefc109b49c055f4 (plain)
1
2
3
4
5
6
7
8
9
/* PR sanitizer/56417 */
/* { dg-do compile } */
/* { dg-options "-w" } */

int
foo (void)
{
  return __builtin_strlen (&foo);
}