summaryrefslogtreecommitdiff
path: root/tests/twoArg.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twoArg.ur')
-rw-r--r--tests/twoArg.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/twoArg.ur b/tests/twoArg.ur
new file mode 100644
index 00000000..bc2c81d2
--- /dev/null
+++ b/tests/twoArg.ur
@@ -0,0 +1,3 @@
+fun main n s = return <xml>{[n]}, {[s]}</xml>
+
+val shadow = return <xml>You found me!</xml>