tvl-depot/third_party/git/t/t4018/cpp-union-definition
2020-01-11 23:40:29 +00:00

4 lines
43 B
Text

union RIGHT {
double v;
int ChangeMe;
};