aboutsummaryrefslogtreecommitdiff
path: root/modtest/src85.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src85.ixx')
-rw-r--r--modtest/src85.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src85.ixx b/modtest/src85.ixx
new file mode 100644
index 0000000..d471c23
--- /dev/null
+++ b/modtest/src85.ixx
@@ -0,0 +1,9 @@
+export module M85;
+
+// Import statements here.
+import M86;
+import M86;
+
+export int f85() {
+ return f86() + f86();
+}