aboutsummaryrefslogtreecommitdiff
path: root/modtest/src56.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src56.ixx')
-rw-r--r--modtest/src56.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src56.ixx b/modtest/src56.ixx
new file mode 100644
index 0000000..565d723
--- /dev/null
+++ b/modtest/src56.ixx
@@ -0,0 +1,9 @@
+export module M56;
+
+// Import statements here.
+import M57;
+import M60;
+
+export int f56() {
+ return f57() + f60();
+}