summaryrefslogtreecommitdiffstats
path: root/test/ggt.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/ggt.t (renamed from test/test5.t)5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test5.t b/test/ggt.t
index c6e786d..2eeb07a 100644
--- a/test/test5.t
+++ b/test/ggt.t
@@ -3,7 +3,10 @@ fun main[]
print x
y = call ggt2[30,40]
print y
- @x == y
+ if x == y
+ @0
+ end
+ @1
end
fun ggt1[x,y]