Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
static5.C
blob: aed6208d5bec0a4cff1d4afa3f5fd23b99a24463 [
file
] [
log
] [
blame
]
// { dg-do assemble }
template
<
class
T
>
struct
S
{
static
const
T t
=
3
;
// { dg-error "" } initializing non-integral type
};
double
d
=
S
<double>
::
t
;