aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/failure/positivity.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/positivity.v')
-rw-r--r--test-suite/failure/positivity.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/failure/positivity.v b/test-suite/failure/positivity.v
index 09025197c..4c18c5c04 100644
--- a/test-suite/failure/positivity.v
+++ b/test-suite/failure/positivity.v
@@ -1 +1,8 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
Inductive t:Set := c: (t -> nat) -> t.