You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
voidpreserve(intsize, int*p)
/*@requires take a1 = each(u64 i; i < (u64)size) { Owned<int>(array_shift<int>(p,i)) };ensures take a2 = each(u64 i; i < (u64)size) { Owned<int>(array_shift<int>(p,i)) };@*/
{
}
Output:
cn: internal error, uncaught exception:
Failure("TODO rearrange_start_inequality at 6:25")
Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
Called from Cn__Cn_internal_to_ail.generate_start_expr in ...
The following program causes a crash:
Output:
CN version: 53c1e48
The text was updated successfully, but these errors were encountered: