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