aboutsummaryrefslogtreecommitdiff
path: root/modtest/src88.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src88.ixx')
-rw-r--r--modtest/src88.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src88.ixx b/modtest/src88.ixx
new file mode 100644
index 0000000..55f0313
--- /dev/null
+++ b/modtest/src88.ixx
@@ -0,0 +1,9 @@
+export module M88;
+
+// Import statements here.
+import M89;
+import M92;
+
+export int f88() {
+ return f89() + f92();
+}