repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
initlist74.C
blob
4305b59a0ec118bfc7928a81a436d078648d0faf
1
// Core 1591
2
// { dg-require-effective-target c++11 }
3
4
template<class T, int N> void g(T const (&)[N]);
5
void f() {
6
g( { 1, 2, 3, 4 } );
7
}