aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/output/Nametab.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/Nametab.v')
-rw-r--r--test-suite/output/Nametab.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/output/Nametab.v b/test-suite/output/Nametab.v
new file mode 100644
index 000000000..8aed87a52
--- /dev/null
+++ b/test-suite/output/Nametab.v
@@ -0,0 +1,7 @@
+Module Q.
+ Module N.
+ Module K.
+ Definition id := Set.
+ End K.
+ End N.
+End Q.