24 lines
308 B
C++
24 lines
308 B
C++
namespace clanguml {
|
|
namespace t00053 {
|
|
struct a { };
|
|
struct b { };
|
|
struct c { };
|
|
struct d { };
|
|
struct e { };
|
|
struct f { };
|
|
struct g { };
|
|
|
|
struct A { };
|
|
struct B { };
|
|
struct C { };
|
|
struct D { };
|
|
struct E { };
|
|
struct F { };
|
|
struct G { };
|
|
|
|
enum class h { hhh };
|
|
enum class i { iii };
|
|
enum class j { jjj };
|
|
|
|
}
|
|
} |