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