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