blob: eb128f61ba36b4a7a5dc3e310fc3c88bf5a97f38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* { 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" } } */
|