Make __start/__stop symbols protected visibility
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21964-2a.c
CommitLineData
487b6440
AM
1extern int __start___verbose[];
2extern int __stop___verbose[];
3int foo (void)
4{
5 static int my_var __attribute__((used, section("__verbose"))) = 5;
6 if (__start___verbose == __stop___verbose
7 && __start___verbose[0] != 5)
8 return -1;
9 else
10 return 0;
11}
This page took 0.023178 seconds and 4 git commands to generate.