1 #include "scalar-by-value-x.h" 2 3 extern long double d; 4 #ifndef SKIP_COMPLEX 5 extern _Complex long double cd; 6 #endif 7 8 #include "scalar-by-value-6.c" 9