diff --git a/cross-project-tests/debuginfo-tests/dexter-tests/memvars/struct-dse.c b/cross-project-tests/debuginfo-tests/dexter-tests/memvars/struct-dse.c index 8a1b4cdf06c5..2975b88e8bc6 100644 --- a/cross-project-tests/debuginfo-tests/dexter-tests/memvars/struct-dse.c +++ b/cross-project-tests/debuginfo-tests/dexter-tests/memvars/struct-dse.c @@ -10,7 +10,9 @@ //// Check debug-info for the escaped struct variable num is reasonable. #include -struct Nums { int a, b, c; }; +struct Nums { + int a, b, c, d, e, f, g, h, i, j; +}; struct Nums glob; __attribute__((__noinline__)) void esc(struct Nums* nums) {