Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
compat
/
eh
/
template1_y.C
blob: 19425375c92f2cb6115d97eae0338fecda2a0e84 [
file
] [
log
] [
blame
]
#include
"template1.h"
template
<
class
T
>
void
C
<
T
>::
f
(
void
)
throw
(
E
)
{
throw
E
();
}
template
class
C
<int>
;