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

7 lines
63 B
C

#include <complex.h>
int foo (complex int a)
{
return 3;
}