aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/3628.v
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-10-15 13:52:43 +0200
committerGravatar Matthieu Sozeau <matthieu.sozeau@inria.fr>2014-10-15 13:52:43 +0200
commit5467fc3ee8249d5e1978cba5006db98cdfc27384 (patch)
tree222ed0df8c1875132b9497f84d10e8812b06a136 /test-suite/bugs/closed/3628.v
parent347c4888e07cf76c7e1c6672ccfa89f86a0f11ea (diff)
Bug 3628 is fixed.
Diffstat (limited to 'test-suite/bugs/closed/3628.v')
-rw-r--r--test-suite/bugs/closed/3628.v9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3628.v b/test-suite/bugs/closed/3628.v
new file mode 100644
index 000000000..4001cf7c2
--- /dev/null
+++ b/test-suite/bugs/closed/3628.v
@@ -0,0 +1,9 @@
+Module NonPrim.
+ Class AClass := { x : Set }.
+ Arguments x {AClass}.
+End NonPrim.
+Module Prim.
+ Set Primitive Projections.
+ Class AClass := { x : Set }.
+ Arguments x {AClass}.
+End Prim.