xref
: /
dports
/
devel
/
binutils
/
binutils-2.37
/
ld
/
testsuite
/
ld-plugin
/
pr22502b.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
volatile
int
x
;
2
foobar(void)
3
void
foobar
(
void
) {
x
--; }
4