Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-16-branch
/
.
/
ld
/
testsuite
/
ld-plugin
/
pr31482b.c
blob: 3c241735c1662be94fa3d9454605b99f6689529a [
file
] [
log
] [
blame
] [
edit
]
#include
<stdlib.h>
#include
<stdio.h>
void
abort
(
void
)
{
printf
(
"PASS\n"
);
exit
(
0
);
}