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