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