diff options
Diffstat (limited to 'test-suite/failure/ImportedCoercion.v')
-rw-r--r-- | test-suite/failure/ImportedCoercion.v | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/failure/ImportedCoercion.v b/test-suite/failure/ImportedCoercion.v new file mode 100644 index 00000000..0a69b851 --- /dev/null +++ b/test-suite/failure/ImportedCoercion.v @@ -0,0 +1,7 @@ +(* Test visibility of coercions *) + +Require Import make_local. + +(* Local coercion must not be used *) + +Check (0 = true). |