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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
template
/
instantiate7.C
blob
14a1a33cf2124afc0ddfa40454859d9060c74bfd
1
// PR c++/19498
2
// Origin: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3
// { dg-do compile }
4
5
template<typename T> struct A
6
{
7
template<T&> struct B; // { dg-error "reference to void" }
8
};
9
10
A<void> a; // { dg-error "instantiated" }