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