aboutsummaryrefslogtreecommitdiff
path: root/modtest/src8.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src8.ixx')
-rw-r--r--modtest/src8.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src8.ixx b/modtest/src8.ixx
new file mode 100644
index 0000000..2d6fa26
--- /dev/null
+++ b/modtest/src8.ixx
@@ -0,0 +1,9 @@
+export module M8;
+
+// Import statements here.
+import M13;
+import M13;
+
+export int f8() {
+ return f13() + f13();
+}