Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
switch1.C
blob: 45bc9510b0abb050bd7db70d7754bb7e875fe750 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
template
<
class
T
>
void
f
()
{
int
i
;
switch
(
int
i
=
3
)
{
}
}
template
void
f
<int>
();