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