Skip to content

Commit 28d16ed

Browse files
committed
Reflect the enforcing of analysing pointees
This changes the output but does not limit the applicability of memory-analyzer.
1 parent 6b4358d commit 28d16ed

File tree

1 file changed

+2
-3
lines changed
  • regression/memory-analyzer/pointer_to_struct_01

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
CORE
22
main.gb
33
--breakpoint checkpoint --symbols p
4-
struct S tmp;
5-
tmp = \{ \.next=\(\(struct S \*\)0\) \};
6-
p = \&tmp;
4+
st = \{ .next=\&st \};
5+
p = \&st;
76
^EXIT=0$
87
^SIGNAL=0$

0 commit comments

Comments
 (0)