Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp1y
/
var-templ13.C
blob: e398d22fddc3395b89bdcebdc654146e97ab0a3e [
file
] [
log
] [
blame
]
// { dg-do compile { target c++14 } }
template
<
class
T
>
T x
;
template
<>
int
x
<int>
=
0
;
template
<>
int
x
<int>
=
0
;
// { dg-error "x<int>" }