comparison gcc/testsuite/g++.dg/warn/Wunused-local-typedefs.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
29 { 29 {
30 typedef struct ST<T> foo; 30 typedef struct ST<T> foo;
31 foo(2); 31 foo(2);
32 } 32 }
33 33
34 int 34 void
35 test0(void) 35 test0(void)
36 { 36 {
37 test0_tmpl<int>(); 37 test0_tmpl<int>();
38 } 38 }
39 39