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