From 3fcca74e340e23b88444748efd792df91a81da63 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 26 Sep 2019 23:58:44 +0300 Subject: Q&D experiment to scan and build C++ modules with VS. --- modtest/src11.ixx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modtest/src11.ixx (limited to 'modtest/src11.ixx') diff --git a/modtest/src11.ixx b/modtest/src11.ixx new file mode 100644 index 0000000..731cdd7 --- /dev/null +++ b/modtest/src11.ixx @@ -0,0 +1,9 @@ +export module M11; + +// Import statements here. +import M16; +import M14; + +export int f11() { + return f16() + f14(); +} -- cgit v1.1