From 1958b829f22e3b69d4c4c23662e0d1c7c4d2e62b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 24 Jun 2017 11:43:45 +0200 Subject: Make VC compatible with 'export module M;' by fixing up preprocessed output --- tests/cc/modules/testscript | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'tests') diff --git a/tests/cc/modules/testscript b/tests/cc/modules/testscript index a65bdac..d35de50 100644 --- a/tests/cc/modules/testscript +++ b/tests/cc/modules/testscript @@ -345,3 +345,14 @@ $* test clean <=core.mxx; + export module foo.core; + export int f (int); + EOI +$* test clean <'exe{test}: cxx{driver core} mxx{core}' -- cgit v1.1