Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20080709_0.C
blob55ae8c9ec2c10c30413c703eeb8db1efb1b57206
1 // { dg-lto-do run }
3 class Init     {
4 };
6 int f(Init *a) {
9 int main(void){
10   return 0;