Files
clang-uml/tests/t00035/t00035.cc
2023-03-01 20:22:00 +01:00

16 lines
181 B
C++

namespace clanguml {
namespace t00035 {
struct Top { };
struct Left { };
struct Center { };
struct Bottom { };
struct Right { };
} // namespace t00035
} // namespace clanguml