summaryrefslogtreecommitdiff
path: root/tests/test.urs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.urs')
-rw-r--r--tests/test.urs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test.urs b/tests/test.urs
new file mode 100644
index 00000000..e354572c
--- /dev/null
+++ b/tests/test.urs
@@ -0,0 +1,5 @@
+type t
+
+val create : string -> t
+val out : t -> string
+val frob : t -> string -> t