xref
: /
dports
/
devel
/
arm-elf-binutils
/
binutils-2.37
/
ld
/
testsuite
/
ld-x86-64
/
pass.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
3
int
main()
4
main
()
5
{
6
printf
(
"PASS\n"
);
7
return
0;
8
}
9