1 // { dg-lto-do run } 2 3 class Init { 4 }; 5 f(Init * a)6 int f(Init *a) { 7 return 0; 8 } 9 main(void)10 int main(void){ 11 return 0; 12 } 13