Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-x86-64
/
pr21997-1b.c
blob: ffed117fdd5c062abadb8cf0952c7caa89527c2e [
file
]
#include
<stdio.h>
extern
int
protected
;
extern
int
get_protected
(
void
);
int
main
()
{
if
(
protected
==
get_protected
())
printf
(
"PASS\n"
);
return
0
;
}