aboutsummaryrefslogtreecommitdiff
path: root/tests/cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cc')
-rw-r--r--tests/cc/modules/testscript11
1 files changed, 11 insertions, 0 deletions
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 <<EOI
exe{test}: cxx{driver} lib{foo}
lib{foo}: mxx{core} cxx{core-f} # core-g @@ VC
EOI
+
+: export-fixup
+:
+: Test removing the export keyword for VC compatibility.
+:
+ln -s ../core.cxx ../driver.cxx ./;
+cat <<EOI >=core.mxx;
+ export module foo.core;
+ export int f (int);
+ EOI
+$* test clean <'exe{test}: cxx{driver core} mxx{core}'