Skip to content

Commit

Permalink
Added a test case for the already resolved issue 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwerhoff committed Nov 20, 2013
1 parent deb5612 commit 886e12f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test/resources/all/issues/sil/0004.sil
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//:: IgnoreFile(/silicon/issue/31/)

var f: Int

method test(x: Ref)
requires acc(x.f)
{
exhale acc(x.f, 3 * write)
exhale acc(x.f, 3 * epsilon)
}

0 comments on commit 886e12f

Please sign in to comment.