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
/
enum1.C
blob
eaeb12c9c4dbc505e970c4c630db7d3faebda59f
1
// PR c++/15554
2
3
template <int n> struct T1 { enum { N = 3 }; };
4
template <int n> struct T2 { enum { N = 3, N1 = T1<N>::N }; };
5