Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
compat
/
eh
/
template1_y.C
blob: 39559d917d118ea3efefc2639dba3509f9ed5dbe [
file
] [
log
] [
blame
]
#include
"template1.h"
template
<
class
T
>
void
C
<
T
>::
f
(
void
)
#if __cplusplus < 201103L
throw
(
E
)
#endif
{
throw
E
();
}
template
class
C
<int>
;