aboutsummaryrefslogtreecommitdiff
path: root/modtest/src66.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src66.ixx')
-rw-r--r--modtest/src66.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src66.ixx b/modtest/src66.ixx
new file mode 100644
index 0000000..2f7b83d
--- /dev/null
+++ b/modtest/src66.ixx
@@ -0,0 +1,9 @@
+export module M66;
+
+// Import statements here.
+import M71;
+import M67;
+
+export int f66() {
+ return f71() + f67();
+}