about summary refs log tree commit diff homepage
path: root/test/Solver/LargeIntegers.pc
blob: b47f8918f5aa51c5433c3264f119379821163cda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# RUN: %kleaver %s > %t

array a[64] : w32 -> w8 = symbolic

# RUN: grep -A 1 \"Query 0\" %t > %t2
# RUN: grep \"Expr 0:\t18446744073709551618\" %t2
(query [] false [(Concat w128 (w64 1) (w64 2))])

# RUN: grep -A 1 \"Query 1\" %t > %t2
# RUN: grep \"Expr 0:\t16\" %t2
(query [] false [(Extract w5 60 (Concat w128 (w64 1) (w64 2)))])