repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/85765 - SFINAE and non-type default template arg.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
extern_template-2.C
blob
3eb870bb6131f3be5334b9d2f7556f27c88e6c08
1
// { dg-do compile { target c++11 } }
2
// { dg-options "-pedantic" }
3
4
template <typename> class S {};
5
extern template class S<int>;