aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.old-deja/g++.other/local2.C
blob: 12b777ce3eed0aed2c22c75c447f1cbf67755827 (plain)
1
2
3
4
5
6
7
8
9
10
// { dg-do assemble  }
// { dg-options "-O2" }

void f ()
{
  struct Init {
    Init () {
    }
  };
}