repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
init
/
new7.C
blob
e07d2261738ca3413b90362248111421782d2ba5
1
template <class T>
2
struct Foo
3
{};
4
5
template <class T>
6
void Foo<T>::NON_EXISTENT(int* val = new int()) {} // { dg-error "" }
7