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