blob: 3eb870bb6131f3be5334b9d2f7556f27c88e6c08 [file] [log] [blame]
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }
template <typename> class S {};
extern template class S<int>;