Added test case for package diagram from modules dependencies

This commit is contained in:
Bartek Kryza
2023-12-22 21:23:53 +01:00
parent a8d646d1bc
commit 913ccb6bdf
28 changed files with 395 additions and 9 deletions

View File

@@ -0,0 +1,7 @@
export module t30013.mod2;
export namespace clanguml::t30013 {
template <typename T> struct CB {
T cb;
};
}