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

9 lines
89 B
C

#include <stdio.h>
int foo;
int
main ()
{
printf ("PASSED: %d\n", foo);
return 0;
}