clang-tidy-readability-iden.../test_Union.cpp
2019-04-24 16:46:26 +03:00

6 lines
54 B
C++

union TEST_union {
int a;
char b;
};