blob: c0505e3b12c734e0772a1d48ef9ab84316622815 [file] [log] [blame]
/* { dg-options "--param asan-globals=0 -fdump-tree-asan1 -ffat-lto-objects" } */
/* { dg-do compile } */
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
extern int a;
int foo ()
{
return a;
}
/* { dg-final { scan-tree-dump-times "ASAN_CHECK" 0 "asan1" } } */