aboutsummaryrefslogtreecommitdiff
path: root/modtest/src5.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src5.ixx')
-rw-r--r--modtest/src5.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src5.ixx b/modtest/src5.ixx
new file mode 100644
index 0000000..3724c9a
--- /dev/null
+++ b/modtest/src5.ixx
@@ -0,0 +1,9 @@
+export module M5;
+
+// Import statements here.
+import M6;
+import M8;
+
+export int f5() {
+ return f6() + f8();
+}