diff options
Diffstat (limited to 'Test/test0/Prog0.bpl')
-rw-r--r-- | Test/test0/Prog0.bpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/test0/Prog0.bpl b/Test/test0/Prog0.bpl index ac87476f..79a4d2ab 100644 --- a/Test/test0/Prog0.bpl +++ b/Test/test0/Prog0.bpl @@ -1,5 +1,5 @@ // BoogiePL Examples
-type real;
+
type elements;
var x:int; var y:real; var z:ref; // Variables
|