Skip to content

Commit d3ddabd

Browse files
committed
add another failing fn call test
1 parent a688755 commit d3ddabd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/unit/call-error7.opt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
%c1 = call i1 @f(i8 poison) nowrite
2+
assume(%c1)
3+
ret i4 0
4+
=>
5+
assume(false)
6+
ret i4 1
7+
8+
; FIXME: this test should fail

0 commit comments

Comments
 (0)