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