aboutsummaryrefslogtreecommitdiff
path: root/modtest/src47.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src47.ixx')
-rw-r--r--modtest/src47.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src47.ixx b/modtest/src47.ixx
new file mode 100644
index 0000000..f914f60
--- /dev/null
+++ b/modtest/src47.ixx
@@ -0,0 +1,9 @@
+export module M47;
+
+// Import statements here.
+import M49;
+import M51;
+
+export int f47() {
+ return f49() + f51();
+}