aboutsummaryrefslogtreecommitdiff
path: root/modtest/src25.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src25.ixx')
-rw-r--r--modtest/src25.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src25.ixx b/modtest/src25.ixx
new file mode 100644
index 0000000..c96074a
--- /dev/null
+++ b/modtest/src25.ixx
@@ -0,0 +1,9 @@
+export module M25;
+
+// Import statements here.
+import M29;
+import M28;
+
+export int f25() {
+ return f29() + f28();
+}