Added package diagram test case with C++20 module partitions
This commit is contained in:
5
tests/t30014/src/lib1mod2.cppm
Normal file
5
tests/t30014/src/lib1mod2.cppm
Normal file
@@ -0,0 +1,5 @@
|
||||
export module t30014.app:lib1.mod2;
|
||||
|
||||
export namespace clanguml::t30014 {
|
||||
class E { };
|
||||
} // namespace clanguml::t30014
|
||||
Reference in New Issue
Block a user