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

This commit is contained in:
Bartek Kryza
2023-12-24 16:47:19 +01:00
parent 453f265feb
commit 637112cea5
39 changed files with 545 additions and 62 deletions

View File

@@ -0,0 +1,5 @@
export module t30015.lib1:mod3;
export namespace clanguml::t30015 {
struct CC { };
}