summaryrefslogtreecommitdiff
path: root/tests/reactive.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reactive.ur')
-rw-r--r--tests/reactive.ur4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/reactive.ur b/tests/reactive.ur
new file mode 100644
index 00000000..cb49541f
--- /dev/null
+++ b/tests/reactive.ur
@@ -0,0 +1,4 @@
+fun main () : transaction page =
+ x <- source ();
+ y <- source ();
+ return <xml><body>Hi!</body></xml>