summaryrefslogtreecommitdiff
path: root/tests/datatypeMod.lac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/datatypeMod.lac')
-rw-r--r--tests/datatypeMod.lac2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/datatypeMod.lac b/tests/datatypeMod.lac
index 22604d9f..b5f62166 100644
--- a/tests/datatypeMod.lac
+++ b/tests/datatypeMod.lac
@@ -16,3 +16,5 @@ structure M4 : sig datatype t = datatype M.t end = M
val b : M3.t = M4.B
structure Ma : sig type t end = M
+
+structure Magain : sig datatype t = A | B end = M