Files
clang-uml/tests/t00061/include/t00061_a.h
2023-03-27 22:45:12 +02:00

5 lines
57 B
C++

namespace clanguml {
namespace t00061 {
struct A { };
}
}