summaryrefslogtreecommitdiff
path: root/tests/rec.lac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rec.lac')
-rw-r--r--tests/rec.lac3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rec.lac b/tests/rec.lac
new file mode 100644
index 00000000..e86b832a
--- /dev/null
+++ b/tests/rec.lac
@@ -0,0 +1,3 @@
+val rec looper = fn () => <html><body>
+ <a link={looper ()}>Ride again!</a>
+</body></html>