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 53/57][Arm][OBJDUMP] Add support for MVE instructions: vand, vbrsr, vcls,...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
pr21997-1b.c
blob
ffed117fdd5c062abadb8cf0952c7caa89527c2e
1
#include <stdio.h>
2
3
extern
int
protected
;
4
extern
int
get_protected
(
void
);
5
6
int
7
main
()
8
{
9
if
(
protected
==
get_protected
())
10
printf
(
"PASS
\n
"
);
11
12
return
0
;
13
}