summaryrefslogtreecommitdiff
path: root/tests/rec.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rec.ur')
-rw-r--r--tests/rec.ur4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rec.ur b/tests/rec.ur
new file mode 100644
index 0000000..0a0c744
--- /dev/null
+++ b/tests/rec.ur
@@ -0,0 +1,4 @@
+
+fun main () : transaction page = return <html><body>
+ <a link={main ()}>Ride again!</a>
+</body></html>