Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-elf
/
endprotected.c
blob: b6b39ea92ad9bb0bca8fd3c0a72b2ed0270a8aa6 [
file
] [
log
] [
blame
]
#include
<stdio.h>
__attribute__
((
visibility
(
"protected"
)))
void
foo
()
{
printf
(
"TEST1\n"
);
}