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