From e00eb08dc288fbc70788f5659ac15a15a19225a7 Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 15 Apr 2006 13:52:18 +0000 Subject: Test synchronisation chargement objets non logiques git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8719 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/modules/objects2.v | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test-suite/modules/objects2.v (limited to 'test-suite/modules') diff --git a/test-suite/modules/objects2.v b/test-suite/modules/objects2.v new file mode 100644 index 000000000..e286609e5 --- /dev/null +++ b/test-suite/modules/objects2.v @@ -0,0 +1,11 @@ +(* Check that non logical object loading is done after registration of + the logical objects in the environment +*) + +(* Bug #1118 (simplified version), submitted by Evelyne Contejean + (used to failed in pre-V8.1 trunk because of a call to lookup_mind + for structure objects) +*) + +Module Type S. Record t : Set := { a : nat; b : nat }. End S. +Module Make (X:S). Module Y:=X. End Make. -- cgit v1.2.3