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
/
error5.C
blob
0c793509da4031998adb3825a3d81451a65dfd78
1
template <typename T>
2
struct X<T*> { // { dg-error "not a template" }
3
typedef int Y;
4
};
5
6
extern struct Z<int> s; // { dg-error "not a template" }