aboutsummaryrefslogtreecommitdiff
path: root/modtest/src23.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src23.ixx')
-rw-r--r--modtest/src23.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src23.ixx b/modtest/src23.ixx
new file mode 100644
index 0000000..4dd416c
--- /dev/null
+++ b/modtest/src23.ixx
@@ -0,0 +1,9 @@
+export module M23;
+
+// Import statements here.
+import M26;
+import M26;
+
+export int f23() {
+ return f26() + f26();
+}