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