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