summaryrefslogtreecommitdiff
path: root/tests/02unit_functions/max
diff options
context:
space:
mode:
Diffstat (limited to 'tests/02unit_functions/max')
-rw-r--r--tests/02unit_functions/max5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/02unit_functions/max b/tests/02unit_functions/max
new file mode 100644
index 0000000..628f649
--- /dev/null
+++ b/tests/02unit_functions/max
@@ -0,0 +1,5 @@
+T=d f ld mf li gi cd cf cld
+V=x,y
+R=-4, 4, 1
+F=max(x,y)
+C=x>y ? x : y