aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/local2.C
blob: 2d17b33e6011b8d8fe2b6b710861d40530093cb4 (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link:
// Special g++ Options: -O2

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