clang-tidy-readability-iden.../test_Union.cpp

6 lines
54 B
C++
Raw Normal View History

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