Test framework for instructions

This commit is contained in:
Andrey Breslav
2011-04-04 18:40:39 +04:00
parent 90b6e78f89
commit 1fc134072c
14 changed files with 389 additions and 149 deletions
+6
View File
@@ -0,0 +1,6 @@
l0:
<START>
r(a)
l1:
<END>
=====================
+3
View File
@@ -0,0 +1,3 @@
fun f(a : Boolean) {
a
}