xref
: /
dports
/
devel
/
riscv32-unknown-elf-gcc
/
gcc-8.4.0
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
except-1.hs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/* {
dg
-
options
"-fexceptions"
} */
2
extern
inline
int
3
foo
(
int
a
)
4
{
5
return
a
+
1
;
6
}
7