aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/extern_template-2.C
blob: 3eb870bb6131f3be5334b9d2f7556f27c88e6c08 (plain)
1
2
3
4
5
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }

template <typename> class S {};
extern template class S<int>;