summaryrefslogtreecommitdiff
path: root/test-suite/output/Projections.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/Projections.v')
-rw-r--r--test-suite/output/Projections.v11
1 files changed, 11 insertions, 0 deletions
diff --git a/test-suite/output/Projections.v b/test-suite/output/Projections.v
new file mode 100644
index 00000000..098a518d
--- /dev/null
+++ b/test-suite/output/Projections.v
@@ -0,0 +1,11 @@
+
+Set Printing Projections.
+
+Class HostFunction := host_func : Type.
+
+Section store.
+ Context `{HostFunction}.
+ Record store := { store_funcs : host_func }.
+End store.
+
+Check (fun (S:@store nat) => S.(store_funcs)).