aboutsummaryrefslogtreecommitdiff
path: root/modtest/src27.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src27.ixx')
-rw-r--r--modtest/src27.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src27.ixx b/modtest/src27.ixx
new file mode 100644
index 0000000..a05154c
--- /dev/null
+++ b/modtest/src27.ixx
@@ -0,0 +1,9 @@
+export module M27;
+
+// Import statements here.
+import M28;
+import M30;
+
+export int f27() {
+ return f28() + f30();
+}