diff options
Diffstat (limited to 'test-suite/bugs/closed/3071.v')
-rw-r--r-- | test-suite/bugs/closed/3071.v | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3071.v b/test-suite/bugs/closed/3071.v new file mode 100644 index 00000000..53c2ef7b --- /dev/null +++ b/test-suite/bugs/closed/3071.v @@ -0,0 +1,5 @@ +Definition foo := True. + +Section foo. + Global Arguments foo / . +End foo. |