Files
clang-uml/tests/t00035/t00035.cc
2022-02-15 20:36:18 +01:00

16 lines
176 B
C++

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