comparison gcc/testsuite/g++.dg/lto/20080709_0.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
2 2
3 class Init { 3 class Init {
4 }; 4 };
5 5
6 int f(Init *a) { 6 int f(Init *a) {
7 return 0;
7 } 8 }
8 9
9 int main(void){ 10 int main(void){
10 return 0; 11 return 0;
11 } 12 }