about summary refs log tree commit diff homepage
path: root/test/Expr/Parser/Concat64.pc
diff options
context:
space:
mode:
Diffstat (limited to 'test/Expr/Parser/Concat64.pc')
-rw-r--r--test/Expr/Parser/Concat64.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Expr/Parser/Concat64.pc b/test/Expr/Parser/Concat64.pc
new file mode 100644
index 00000000..e57e9760
--- /dev/null
+++ b/test/Expr/Parser/Concat64.pc
@@ -0,0 +1,11 @@
+# RUN: kleaver --print-ast %s
+
+(query [(Eq 0
+            (Concat w64 (Read w8 7 arr1)
+            (Concat w56 (Read w8 6 arr1)
+            (Concat w48 (Read w8 5 arr1)
+            (Concat w40 (Read w8 4 arr1)
+            (Concat w32 (Read w8 3 arr1)
+            (Concat w24 (Read w8 2 arr1)
+            (Concat w16 (Read w8 1 arr1) (Read w8 0 arr1)))))))))]
+       false)