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