summaryrefslogtreecommitdiff
path: root/test-suite/output/UsePluginWarning.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/UsePluginWarning.v')
-rw-r--r--test-suite/output/UsePluginWarning.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/output/UsePluginWarning.v b/test-suite/output/UsePluginWarning.v
new file mode 100644
index 00000000..c6e00546
--- /dev/null
+++ b/test-suite/output/UsePluginWarning.v
@@ -0,0 +1,7 @@
+(* -*- mode: coq; coq-prog-args: ("-emacs" "-w" "-extraction-logical-axiom") -*- *)
+
+Require Extraction.
+Axiom foo : Prop.
+
+Extraction foo.
+