summaryrefslogtreecommitdiffstats
path: root/test cases/unit/85 cpp modules/gcc/src8.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test cases/unit/85 cpp modules/gcc/src8.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/unit/85 cpp modules/gcc/src8.cxx b/test cases/unit/85 cpp modules/gcc/src8.cxx
new file mode 100644
index 0000000..6a3ef96
--- /dev/null
+++ b/test cases/unit/85 cpp modules/gcc/src8.cxx
@@ -0,0 +1,7 @@
+export module M8;
+
+import M9;
+
+export int func8() {
+ return func9();
+}