Skip to content

Commit

Permalink
Add comment to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardDrummer committed Mar 29, 2023
1 parent bf9e673 commit d8783c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/stackoverflow/nesting.bpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

type Ref;
type Field A B;
type HeapType = <A, B> [Ref, Field A B]B;
type HeapType = <A, B> [Ref, Field A B]B; // Using type parameters and the ==> operator can trigger the OpTypeEraser visitor which can cause stack overflows.

procedure foo(n: int)
requires true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true || true
Expand Down

0 comments on commit d8783c0

Please sign in to comment.