blob: 6c345b47a5449143b60b354200a6832566c62373 (
plain) (
blame)
1
2
3
4
5
|
# RUN: %kleaver --builder=constant-folding -print-ast %s > %t
# RUN: grep -A 2 \"# Query 1\" %t > %t2
# RUN: grep \"(query .. false)\" %t2
(query [] (Not (Ult (w32 0) (w32 1))))
|