]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/variadic173.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / variadic173.C
1 // PR c++/84770
2 // { dg-do compile { target c++11 } }
3
4 typedef int T;
5
6 template<T&...> struct A {};
7
8 int i;
9
10 A<i> a;
This page took 0.035512 seconds and 5 git commands to generate.