aboutsummaryrefslogtreecommitdiff
path: root/modtest/src93.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src93.ixx')
-rw-r--r--modtest/src93.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src93.ixx b/modtest/src93.ixx
new file mode 100644
index 0000000..38fa020
--- /dev/null
+++ b/modtest/src93.ixx
@@ -0,0 +1,9 @@
+export module M93;
+
+// Import statements here.
+import M97;
+import M95;
+
+export int f93() {
+ return f97() + f95();
+}