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
/
crash1.C
blob
4cbcbd3ec1c5a52197b0725d8244dafad0370e37
1
extern "C" void __cxa_throw (void *, void *, void (*) (void *) );
2
3
void foo(){
4
throw 1;
5
}