comparison gcc/testsuite/g++.old-deja/g++.law/shadow2.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
20 T t; 20 T t;
21 public: 21 public:
22 int f (int count) { return (count); } 22 int f (int count) { return (count); }
23 }; 23 };
24 24
25 int
25 main () 26 main ()
26 { 27 {
27 Y<char> y; 28 Y<char> y;
29 return 0;
28 } 30 }