Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-plugin/lto-3b.c
2023-03-06 14:48:14 +01:00

6 lines
65 B
C

#include <stdio.h>
void foo(void)
{
printf ("hello foo\n");
}