aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/InitSyntax.v8
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/InitSyntax.v8')
-rw-r--r--test-suite/output/InitSyntax.v84
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/output/InitSyntax.v8 b/test-suite/output/InitSyntax.v8
new file mode 100644
index 0000000000..66a01e145f
--- /dev/null
+++ b/test-suite/output/InitSyntax.v8
@@ -0,0 +1,4 @@
+(* Soumis par Pierre *)
+Print sig2.
+Check (exists x : nat, x = x).
+Check (fun b : bool => if b then b else b). \ No newline at end of file