We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a85f98 commit 0b2ce51Copy full SHA for 0b2ce51
1 file changed
test/arrayptrs.c
@@ -8,7 +8,7 @@ void write_via_ptr(_array int *a)
8
{
9
_arrayptr int *p = a + 3;
10
*p = 42;
11
- _ghost_stmt(arrayptr_drop (!var_p));
+ _ghost_stmt(arrayptr_drop $(p));
12
}
13
14
_include_pulse(
0 commit comments