Skip to content

Commit 5707eb9

Browse files
author
git apple-llvm automerger
committed
Merge commit 'a8837b49c1c1' from llvm.org/main into next
2 parents 1066add + a8837b4 commit 5707eb9

File tree

1 file changed

+3
-1
lines changed
  • cross-project-tests/debuginfo-tests/dexter-tests/memvars

1 file changed

+3
-1
lines changed

cross-project-tests/debuginfo-tests/dexter-tests/memvars/struct-dse.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
//// Check debug-info for the escaped struct variable num is reasonable.
1111

1212
#include <stdio.h>
13-
struct Nums { int a, b, c; };
13+
struct Nums {
14+
int a, b, c, d, e, f, g, h, i, j;
15+
};
1416
struct Nums glob;
1517
__attribute__((__noinline__))
1618
void esc(struct Nums* nums) {

0 commit comments

Comments
 (0)