casl2libを呼び出すコードを、testフォルダからas/casl2lib/sampleに移動
[YACASL2.git] / test / system / casl2 / lib_rev / rev.casl
diff --git a/test/system/casl2/lib_rev/rev.casl b/test/system/casl2/lib_rev/rev.casl
deleted file mode 100644 (file)
index 58252c2..0000000
+++ /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