clang-tidy-readability-iden.../expected/TypeAlias.cpp

6 lines
67 B
C++
Raw Permalink Normal View History

struct MyStructure {
int a;
};
using MyStructType = MyStructure;