comparison gcc/testsuite/g++.dg/cpp0x/nolinkage1a.cc @ 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
10 { 10 {
11 struct B { }; 11 struct B { };
12 A<B> a; 12 A<B> a;
13 } 13 }
14 14
15 int dummy() { g(); f(0); } 15 int dummy() { g(); f(0); return 0; }