xref
: /
dports
/
devel
/
arm-elf-binutils
/
binutils-2.37
/
ld
/
testsuite
/
ld-x86-64
/
pr22393-3b.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void
test
(
void
);
2
main()
3
int
main
()
4
{
5
test
();
6
return
0;
7
}
8