blob: eb128f61ba36b4a7a5dc3e310fc3c88bf5a97f38 [file] [log] [blame]
/* { dg-do compile { target *-*-linux* *-*-gnu* } } */
/* { dg-options "-fhardened -O -fdump-tree-gimple" } */
int
foo ()
{
int i;
return i;
}
/* { dg-final { scan-tree-dump ".DEFERRED_INIT" "gimple" } } */