Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / g++.dg / ipa / pr63306.C
blobe22a4c2a0d039d628b3d90917d720c2855a83642
1 // PR c++/63306
2 // { dg-do compile { target c++11 } }
4 template <typename...>
5 class A;
7 class B
9   B (const int &, const A<int, int> &);
12 B::B (const int &, const A<int, int> &)