Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-ctf/nonrepresentable-1.c

8 lines
63 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
#include <complex.h>
int foo (complex int a)
{
return 3;
}