Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
tc1
/
dr76.C
blob: 0859b0c730eacf23127708d915d7194f82af6f02 [
file
] [
log
] [
blame
]
// { dg-do compile }
// Origin: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
// DR76: Are const volatile variables considered "constant expressions"?
volatile
const
int
a
=
5
;
template
<int>
struct
K
;
template
struct
K
<a>
;
// { dg-error "" }