Return values collected from CF data

This commit is contained in:
Andrey Breslav
2011-04-05 16:07:25 +04:00
parent 803405f8dd
commit 83e0018b06
22 changed files with 339 additions and 130 deletions
@@ -0,0 +1,8 @@
== empty ==
fun empty() {}
---------------------
l0:
<START>
l1:
<END>
=====================
+1
View File
@@ -0,0 +1 @@
fun empty() {}
@@ -0,0 +1,9 @@
== short ==
fun short() = 1
---------------------
l0:
<START>
r(1)
l1:
<END>
=====================
+1
View File
@@ -0,0 +1 @@
fun short() = 1