(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
compat/
scalar-by-value-6_y.c
       1  #include "scalar-by-value-y.h"
       2  
       3  long double d = 1234.0L + 0x0.abcdp-70L;
       4  #ifndef SKIP_COMPLEX
       5  _Complex long double cd = 234.0L + 0x0.abcp-70L + 567.0Li +0x0defp-70Li;
       6  #endif
       7  
       8  #include "scalar-by-value-6.c"