Sign in
gnu
/
gcc
/
4aef14b09557ce072f1269bd8a05fa2b1df0eda2
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.eh
/
tmpl4.C
blob: 14e455bb6e1ed9f8d414fe66008dab5ba097242c [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
template
<
class
T
>
void
test
(){
try
{
}
catch
(
int
x
){
}
}
template
void
test
<int>
();