aboutsummaryrefslogtreecommitdiff
path: root/modtest/src64.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/src64.ixx')
-rw-r--r--modtest/src64.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/modtest/src64.ixx b/modtest/src64.ixx
new file mode 100644
index 0000000..fd5eef4
--- /dev/null
+++ b/modtest/src64.ixx
@@ -0,0 +1,9 @@
+export module M64;
+
+// Import statements here.
+import M68;
+import M66;
+
+export int f64() {
+ return f68() + f66();
+}