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