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-size
/
size-9a.c
blob
229534b05b926f59e367d08d8020a28e9cc09e2e
1
#include <stdio.h>
2
3
char
bar
[
20
];
4
extern
int
bar_size
;
5
6
int
7
main
()
8
{
9
if
(
bar_size
==
20
)
10
printf
(
"OK
\n
"
);
11
12
return
0
;
13
}