Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
spec4.C
blob: d7ef63c31308cb2553a863369343beba74548c11 [
file
] [
log
] [
blame
]
// { dg-do assemble }
template
<
class
T
>
struct
S
{};
template
<>
struct
S
<int>
{
void
f
();
void
g
();
};
void
S
<int>
::
f
()
{}
template
<>
void
S
<int>
::
g
()
{}
// { dg-error "" } does not match any template declaration