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