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