This commit is contained in:
2020-10-01 23:33:42 +02:00
parent 6d8d0fd51a
commit 651ffcb888
+3
View File
@@ -7,6 +7,7 @@
(cmp res0 138 (ne? (fault "assert failed")))
(halt)
(sym wwww r0)
(sym q r7)
(proc my-add a b ; give arguments names
(sym q r7)
@@ -17,4 +18,6 @@
(add q FOO)
(ret q)
)
(add wwww wwww) ; test that it is still defined
)