aboutsummaryrefslogtreecommitdiff
path: root/modtest/src73.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src73.ixx')
-rw-r--r--modtest/src73.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src73.ixx b/modtest/src73.ixx
new file mode 100644
index 0000000..2088cd1
--- /dev/null
+++ b/modtest/src73.ixx
@@ -0,0 +1,9 @@
+export module M73;
+
+// Import statements here.
+import M75;
+import M77;
+
+export int f73() {
+ return f75() + f77();
+}