index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
template
/
eh1.C
blob: 134a0e7a665dd9706ea1f28b41de1f79a5af8400 (
plain
)
1
2
3
4
5
6
template
<
class
T
>
void
foo
()
{
try
{}
catch
(
T
e
)
{}
}