aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-03-31 15:21:40 +0200
committerGaëtan Gilbert2020-04-13 21:55:34 +0200
commitee64a71f5e071b7fa0495847388c19d83bc5c9bd (patch)
tree17c919a21a48e65c4e660659c407c63120cc6abc /test-suite
parentf2cdb87232e3b04cbd1e199833253fb3e38156f8 (diff)
Close #11935: section variables do not have universe instances.
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_11935.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_11935.v b/test-suite/bugs/closed/bug_11935.v
new file mode 100644
index 0000000000..ad5ffc68b5
--- /dev/null
+++ b/test-suite/bugs/closed/bug_11935.v
@@ -0,0 +1,6 @@
+Section S.
+ Variable A : Prop.
+
+ Fail Check A@{Type}.
+ Check A@{}.
+End S.