tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr21964-1a.c
CommitLineData
487b6440
AM
1extern int __start___verbose[];
2extern int __stop___verbose[];
8dfb7cbf
L
3int
4foo1 (void)
487b6440
AM
5{
6 static int my_var __attribute__((used, section("__verbose"))) = 5;
7 if (__start___verbose == __stop___verbose
8 || __start___verbose[0] != 5)
9 return -1;
10 else
11 return 0;
12}
This page took 0.172483 seconds and 4 git commands to generate.