tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25749-1a.c
CommitLineData
382aae06
L
1#include <bfd_stdint.h>
2
3extern void *_binary_pr25749_1_c_start;
4extern void *_binary_pr25749_1_c_end;
5
6intptr_t
7size (void)
8{
9 return ((intptr_t) &_binary_pr25749_1_c_end
10 - (intptr_t) &_binary_pr25749_1_c_start);
11}
This page took 0.037545 seconds and 4 git commands to generate.