summaryrefslogtreecommitdiff
path: root/tests/strdupe.lac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/strdupe.lac')
-rw-r--r--tests/strdupe.lac11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/strdupe.lac b/tests/strdupe.lac
new file mode 100644
index 00000000..834a48af
--- /dev/null
+++ b/tests/strdupe.lac
@@ -0,0 +1,11 @@
+val x = 0
+val x = 1
+
+type t = int
+(*type t = int*)
+
+signature S = sig end
+(*signature S = sig end*)
+
+structure S = struct end
+(*structure S = struct end*)