Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-16-branch
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr31644a.c
blob: 1c03a955c3781d2ce2f3c5180695709f095774da [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
void
bar
(
void
)
{
}
int
main
()
{
printf
(
"PASS\n"
);
return
0
;
}