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
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
arg4.C
blob
9c9d9ea96c37bcadbf25778b1f3d4af11a9947ac
1
// PR c++/23437
2
3
template <void (*p)()> struct S {
4
static const int i = 10;
5
};
6
7
void g();
8
9
int a[S<g>::i];