Added package diagram test case with C++20 module partitions

This commit is contained in:
Bartek Kryza
2023-12-23 19:23:40 +01:00
parent bf7b69bcca
commit 453f265feb
14 changed files with 191 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
export module t30014.app:lib1.mod2;
export namespace clanguml::t30014 {
class E { };
} // namespace clanguml::t30014