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
[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-size
/
size-3.c
blob
71a7a667efb255b0212b2c5ab7658875dc1dfe23
1
#include <stdio.h>
2
3
extern
int
bar_size
;
4
5
int
6
main
()
7
{
8
if
(
bar_size
==
10
)
9
printf
(
"OK
\n
"
);
10
11
return
0
;
12
}