Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
explicit20.C
blob: a3feaa697e871fa4d9cd6a5cc627e5685225ad01 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// GROUPS passed templates
template
<
class
T
>
T foo
(
T t
);
template
<>
int
foo
<char>
(
char
c
);
// { dg-error "" } does not match any template declaration