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