comparison gcc/testsuite/g++.old-deja/g++.pt/repo3.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
27 template <typename T> 27 template <typename T>
28 struct D : public B<T>, public C<T> 28 struct D : public B<T>, public C<T>
29 { 29 {
30 }; 30 };
31 31
32 int
32 main () 33 main ()
33 { 34 {
34 D<int> x; 35 D<int> x;
36 return 0;
35 } 37 }
36 38
37 // { dg-final { cleanup-repo-files } } 39 // { dg-final { cleanup-repo-files } }