repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gcc/
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
except-1.c
blob
f81b098d7d88111f91cf2f098a06708fdde52673
1
/* { dg-options "-fexceptions -I." } */
2
#include
"except-1.h"
3
4
int
main
(
void
)
5
{
6
return
foo
(
1
);
7
}