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 concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
static9.C
blob
4575708e4e507e2766ffb6f863b17e409f76f6d9
1
// PR c++/17524
2
3
template<typename T> struct A
4
{
5
static const T i = 0; // { dg-error "" }
6
};
7
8
A<void> a; // { dg-error "" }