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