repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
indirect-extern-access-1b.c
blob
68adae5666a5fee7bdfa227e5656b5a1d4cf1660
1
#include <stdio.h>
2
3
extern
int
indirect_extern_access
;
4
5
int
6
main
(
void
)
7
{
8
if
(
indirect_extern_access
==
1
)
9
puts
(
"PASS"
);
10
11
return
0
;
12
}