repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update ChangeLog and version files for release
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
static11.C
blob
3e489eac5b1acda73e47e95dae86abf7ba1b3300
1
// PR c++/19826
2
3
template<typename T> struct A
4
{
5
static const T i = 1;
6
char a[i];
7
};
8