aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20080709_0.C
blob: 55ae8c9ec2c10c30413c703eeb8db1efb1b57206 (plain)
1
2
3
4
5
6
7
8
9
10
11
// { dg-lto-do run }

class Init     {
};

int f(Init *a) {
}

int main(void){
  return 0;
}