Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elf/pr25749-1c.c
2023-03-06 14:48:14 +01:00

10 lines
172 B
C

#include <stdint.h>
extern void *_binary_pr25749_1_c_size __attribute__ ((visibility("hidden")));
intptr_t
size (void)
{
return (intptr_t) &_binary_pr25749_1_c_size;
}