comparison gcc/testsuite/g++.dg/template/crash8.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
11 { 11 {
12 int a; 12 int a;
13 }; 13 };
14 14
15 template <typename U> 15 template <typename U>
16 int wom(U c) 16 void wom(U c)
17 { 17 {
18 struct foo b; 18 struct foo b;
19 } 19 }
20 }; 20 };