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