aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/Expr
diff options
context:
space:
mode:
Diffstat (limited to 'test/Expr')
-rw-r--r--test/Expr/Evaluate.pc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Expr/Evaluate.pc b/test/Expr/Evaluate.pc
index 418a712d..43134475 100644
--- a/test/Expr/Evaluate.pc
+++ b/test/Expr/Evaluate.pc
@@ -21,3 +21,8 @@ array hello[4] : w32 -> w8 = [ 1 2 3 5 ]
(query [] (Eq (Add w8 (Read w8 0 hello)
(Read w8 3 hello))
6))
+
+# RUN: grep "Query 3: VALID" %t.log
+# Query 2
+(query [] (Eq (Not w8 (Read w8 0 arr1))
+ (Xor w8 (Read w8 0 arr1) 0xff)))