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