aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/compat/struct-by-value-18_x.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/compat/struct-by-value-18_x.c')
-rw-r--r--gcc/testsuite/gcc.dg/compat/struct-by-value-18_x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/compat/struct-by-value-18_x.c b/gcc/testsuite/gcc.dg/compat/struct-by-value-18_x.c
index ec02c56..dea586c 100644
--- a/gcc/testsuite/gcc.dg/compat/struct-by-value-18_x.c
+++ b/gcc/testsuite/gcc.dg/compat/struct-by-value-18_x.c
@@ -29,6 +29,8 @@ TEST(Scld16, _Complex long double)
void
struct_by_value_18_x ()
{
+DEBUG_INIT
+
#define T(TYPE, MTYPE) testit##TYPE ();
T(Scld1, _Complex long double)