Files
clang-uml/tests/t00035/t00035.cc

21 lines
181 B
C++

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