X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Fsystem%2Fcasl2%2Flib_rev%2Frev.casl;fp=test%2Fsystem%2Fcasl2%2Flib_rev%2Frev.casl;h=0000000000000000000000000000000000000000;hp=58252c295dcbdfe65edd467376c1b3841842506e;hb=03832f246ce06d0dae29f96c087b94c7086bb993;hpb=a28d93cdaa900cf83060694519946f6ecc823936 diff --git a/test/system/casl2/lib_rev/rev.casl b/test/system/casl2/lib_rev/rev.casl deleted file mode 100644 index 58252c2..0000000 --- a/test/system/casl2/lib_rev/rev.casl +++ /dev/null @@ -1,10 +0,0 @@ -MAIN START - OUT STR,LEN - LAD GR1,STR - LD GR2,LEN - CALL REV - OUT STR,LEN - RET -STR DC '12345' -LEN DC 5 - END