restructured control flow tests
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
== foo ==
|
||||
fun foo(x: Int) {
|
||||
val (a, b) = x
|
||||
a
|
||||
}
|
||||
---------------------
|
||||
L0:
|
||||
<START>
|
||||
v(x: Int)
|
||||
w(x)
|
||||
mark({ val (a, b) = x a })
|
||||
r(x)
|
||||
v(a)
|
||||
w(a)
|
||||
v(b)
|
||||
w(b)
|
||||
r(a)
|
||||
L1:
|
||||
<END> NEXT:[<SINK>]
|
||||
error:
|
||||
<ERROR> PREV:[]
|
||||
sink:
|
||||
<SINK> PREV:[<ERROR>, <END>]
|
||||
=====================
|
||||
Reference in New Issue
Block a user