From e75e3976facda7de244fbb9a02eebf0d043ea1c8 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 26 Apr 2021 16:52:13 +0300 Subject: Condense test directory names. --- test cases/unit/86 cpp modules/src2.ixx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test cases/unit/86 cpp modules/src2.ixx (limited to 'test cases/unit/86 cpp modules/src2.ixx') diff --git a/test cases/unit/86 cpp modules/src2.ixx b/test cases/unit/86 cpp modules/src2.ixx new file mode 100644 index 000000000..415714cc0 --- /dev/null +++ b/test cases/unit/86 cpp modules/src2.ixx @@ -0,0 +1,7 @@ +export module M2; + +import M3; + +export int func2() { + return func3(); +} -- cgit v1.2.3