Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
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
)
{}