aboutsummaryrefslogtreecommitdiff
path: root/modtest/src91.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src91.ixx')
-rw-r--r--modtest/src91.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src91.ixx b/modtest/src91.ixx
new file mode 100644
index 0000000..9ac2b0c
--- /dev/null
+++ b/modtest/src91.ixx
@@ -0,0 +1,9 @@
+export module M91;
+
+// Import statements here.
+import M96;
+import M92;
+
+export int f91() {
+ return f96() + f92();
+}