aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/compat/struct-by-value-11_x.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/compat/struct-by-value-11_x.c')
-rw-r--r--gcc/testsuite/gcc.dg/compat/struct-by-value-11_x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/compat/struct-by-value-11_x.c b/gcc/testsuite/gcc.dg/compat/struct-by-value-11_x.c
index 237f6716403..5ea5a8eded3 100644
--- a/gcc/testsuite/gcc.dg/compat/struct-by-value-11_x.c
+++ b/gcc/testsuite/gcc.dg/compat/struct-by-value-11_x.c
@@ -29,6 +29,8 @@ TEST(Scc16, _Complex char)
void
struct_by_value_11_x ()
{
+DEBUG_INIT
+
#define T(TYPE, MTYPE) testit##TYPE ();
T(Scc1, _Complex char)