blob: 0c5a9a96eb66119fca91171a759fd988b6802c70 [file]
== foo ==
fun foo() {
int x = ()()
}
---------------------
L0:
1 <START>
2 mark({ int x = ()() })
magic[UNRESOLVED_CALL](int) -> <v0>
mark(= ())
magic[UNRESOLVED_CALL](= ()) -> <v1>
mark(= ()())
magic[UNRESOLVED_CALL](= ()()|<v1>) -> <v2>
mark(int x = ()())
magic[UNRESOLVED_CALL](int x = ()()|<v0>, <v2>) -> <v3>
L1:
1 <END> NEXT:[<SINK>]
error:
<ERROR> PREV:[]
sink:
<SINK> PREV:[<ERROR>, <END>]
=====================