Updated t00065 test case
This commit is contained in:
@@ -4,7 +4,14 @@
|
||||
|
||||
namespace clanguml {
|
||||
namespace t00065 {
|
||||
|
||||
enum class ABC { a, b, c };
|
||||
|
||||
enum XYZ { x, y, z };
|
||||
|
||||
struct A {
|
||||
ABC abc;
|
||||
XYZ xyz;
|
||||
detail::AImpl *pimpl;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user