t / t4018 / cpp-union-definitionon commit git rebase -i: add static check for commands and SHA-1 (804098b)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};