Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
meminit1.C
blob: 90b0d7d853943f193abc2431f3ce6bfeab3ba868 [
file
] [
log
] [
blame
]
template
<
class
T
>
struct
S
{
S
()
:
S
()
{}
// { dg-error "base" }
};
S
<int>
s
;
// { dg-error "instantiated" }