summaryrefslogtreecommitdiff
path: root/tests/ubn.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ubn.ur')
-rw-r--r--tests/ubn.ur8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ubn.ur b/tests/ubn.ur
new file mode 100644
index 00000000..0bb50bab
--- /dev/null
+++ b/tests/ubn.ur
@@ -0,0 +1,8 @@
+con e = []
+structure B : sig
+end = struct
+end
+open B
+
+fun main () =
+ return <xml></xml>