aboutsummaryrefslogtreecommitdiff
path: root/modtest/src41.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src41.ixx')
-rw-r--r--modtest/src41.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src41.ixx b/modtest/src41.ixx
new file mode 100644
index 0000000..fb53e47
--- /dev/null
+++ b/modtest/src41.ixx
@@ -0,0 +1,9 @@
+export module M41;
+
+// Import statements here.
+import M45;
+import M43;
+
+export int f41() {
+ return f45() + f43();
+}