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
/
template
/
scope1.C
blob
b017b0bdb9b617b010017e1e43842a6b4f7131be
1
// PR 8327
2
3
template <class T>
4
class X
5
{
6
static const int a = 5;
7
8
static T b[a];
9
};
10
11
template <class T> T X<T>::b[X::a];
12