Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
explicit33.C
blob: c6f5472c32fba2f7e1baeb8282106372e26d0e5f [
file
] [
log
] [
blame
]
// { dg-do assemble }
// GROUPS passed templates
template
<
class
T
>
void
foo
(
T t
);
template
<>
void
foo
(
int
)
{}
void
foo
(
int
)
{}