aboutsummaryrefslogtreecommitdiff
path: root/modtest/src4.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src4.ixx')
-rw-r--r--modtest/src4.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src4.ixx b/modtest/src4.ixx
new file mode 100644
index 0000000..4e14ce5
--- /dev/null
+++ b/modtest/src4.ixx
@@ -0,0 +1,9 @@
+export module M4;
+
+// Import statements here.
+import M7;
+import M9;
+
+export int f4() {
+ return f7() + f9();
+}