diff options
Diffstat (limited to 'test-suite/output/UsePluginWarning.v')
-rw-r--r-- | test-suite/output/UsePluginWarning.v | 7 |
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 000000000..c6e005464 --- /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. + |