t / t4018 / cpp-union-definitionon commit check_everything_connected: use a struct with named options (7043c70)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};