Skip to content

Commit 0b2ce51

Browse files
committed
Use more antiquotations.
1 parent 5a85f98 commit 0b2ce51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/arrayptrs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ void write_via_ptr(_array int *a)
88
{
99
_arrayptr int *p = a + 3;
1010
*p = 42;
11-
_ghost_stmt(arrayptr_drop (!var_p));
11+
_ghost_stmt(arrayptr_drop $(p));
1212
}
1313

1414
_include_pulse(

0 commit comments

Comments
 (0)