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