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