Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/g++.dg/modules/builtin-6_a.H
2023-03-06 14:48:14 +01:00

13 lines
174 B
C

// { dg-additional-options -fmodule-header }
// { dg-module-cmi {} }
extern "C" {
static double sin (double)
{
// extra small angle approximation :)
return 0.0;
}
}