Sign in
gnu
/
gcc
/
4aef14b09557ce072f1269bd8a05fa2b1df0eda2
/
.
/
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>
();