repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
eh
/
throw1.C
blob
6a3cb2c35cae681eadc1114d6e9e50c24d4610f8
1
class S
2
{
3
public:
4
S(){}
5
};
6
7
int foo(char* m1) {
8
throw (m1 ? S() : S());
9
}