diff options
Diffstat (limited to 'src/CfimAst.ml')
-rw-r--r-- | src/CfimAst.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CfimAst.ml b/src/CfimAst.ml index 90eb41cb..1fd8ccd4 100644 --- a/src/CfimAst.ml +++ b/src/CfimAst.ml @@ -33,7 +33,7 @@ type statement = | Assert of assertion | Call of call | Panic - | Return + | Returna | Break of int (** Break to (outer) loop. The [int] identifies the loop to break to: * 0: break to the first outer loop (the current loop) |