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

6 lines
53 B
C++
Raw Normal View History

union TestUnion {
2019-04-24 13:46:26 +00:00
int a;
char b;
};