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