Skip to content

Commit

Permalink
Add new xsts model
Browse files Browse the repository at this point in the history
  • Loading branch information
mondokm committed Sep 14, 2023
1 parent c59fc18 commit 3010414
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions subprojects/xsts/xsts-analysis/src/test/resources/model/x_y_z.xsts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
var x: integer = 0
var y: integer = 0
var z: integer = 0

trans {
assume x < 100;
y:=y+1;
x:=y;
z:=y;
}

init {}

env {}

0 comments on commit 3010414

Please sign in to comment.