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