git/t/t4018/cpp-union-definition

5 lines
43 B
Plaintext

union RIGHT {
double v;
int ChangeMe;
};