Skip to content

Commit fb50ba4

Browse files
authored
add test for boolean literals in the ast
1 parent 8ad05b7 commit fb50ba4

2 files changed

Lines changed: 117 additions & 95 deletions

File tree

ql/test/printAst/Foo.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ predicate calls(Foo f) {
2222
f = any(Foo f)
2323
or
2424
2 = 1 + (2 + (3 + 4))
25+
or
26+
true = false
2527
}

0 commit comments

Comments
 (0)