aboutsummaryrefslogtreecommitdiff
path: root/modtest/src12.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src12.ixx')
-rw-r--r--modtest/src12.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src12.ixx b/modtest/src12.ixx
new file mode 100644
index 0000000..64996ce
--- /dev/null
+++ b/modtest/src12.ixx
@@ -0,0 +1,9 @@
+export module M12;
+
+// Import statements here.
+import M15;
+import M16;
+
+export int f12() {
+ return f15() + f16();
+}