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
/
static29.C
blob
a949c0cd85eadc1e7744862bb417f58bc38c2a2c
1
// PR c++/29570
2
3
template<int> struct A { static const int i; };
4
5
template<int N> const int A<N>::i = { A<N>::i };