Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-16-branch
/
.
/
ld
/
testsuite
/
ld-plugin
/
common-2a.c
blob: fccfca728688ee7b4e80d32c8e4fb8b9eb2c019f [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
int
foo
;
int
main
()
{
if
(
foo
==
0
)
printf
(
"PASS\n"
);
return
0
;
}