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