view gcc/testsuite/gcc.dg/compat/scalar-by-value-6_y.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
line wrap: on
line source

#include "scalar-by-value-y.h"

long double d = 1234.0L + 0x0.abcdp-70L;
#ifndef SKIP_COMPLEX
_Complex long double cd = 234.0L + 0x0.abcp-70L + 567.0Li +0x0defp-70Li;
#endif

#include "scalar-by-value-6.c"