Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gdb
/
ld
/
testsuite
/
ld-size
/
size-3.c
blob: 71a7a667efb255b0212b2c5ab7658875dc1dfe23 [
file
]
#include
<stdio.h>
extern
int
bar_size
;
int
main
()
{
if
(
bar_size
==
10
)
printf
(
"OK\n"
);
return
0
;
}