aboutsummaryrefslogtreecommitdiff
path: root/modtest/src36.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src36.ixx')
-rw-r--r--modtest/src36.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src36.ixx b/modtest/src36.ixx
new file mode 100644
index 0000000..4aaab31
--- /dev/null
+++ b/modtest/src36.ixx
@@ -0,0 +1,9 @@
+export module M36;
+
+// Import statements here.
+import M41;
+import M41;
+
+export int f36() {
+ return f41() + f41();
+}