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
[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
var-templ31.C
blob
e2bc59bd489c3de799a64396715d950fbf741ff7
1
// PR c++/66061
2
// { dg-do compile { target c++14 } }
3
4
template<int...>
5
int x = 1;
6
7
template<int n, int... m>
8
int x<n, m...> = 1;