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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
error9.C
blob
60f550a7ca64e5c27b43d84e86bb2e3de67efd12
1
// PR c++/10926
2
3
struct Foo
4
{
5
template <int i>
6
~Foo(); // { dg-error "" }
7
};