Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-gc/pr11218-1.c
2023-03-06 14:48:14 +01:00

5 lines
144 B
C

extern void unresolved_detected_at_runtime_not_at_linktime(void);
void foo_in_so(void)
{
unresolved_detected_at_runtime_not_at_linktime();
}