summaryrefslogtreecommitdiff
path: root/test-suite/success/Scopes.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/Scopes.v')
-rw-r--r--test-suite/success/Scopes.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/success/Scopes.v b/test-suite/success/Scopes.v
index 43e3493c..ca374671 100644
--- a/test-suite/success/Scopes.v
+++ b/test-suite/success/Scopes.v
@@ -20,3 +20,9 @@ Inductive U := A.
Bind Scope u with U.
Notation "'ε'" := A : u.
Definition c := ε : U.
+
+(* Check activation of type scope for tactics such as assert *)
+
+Goal True.
+assert (nat * nat).
+