t / t4018 / cpp-union-definitionon commit builtin/config.c: support `--type=<type>` as preferred alias for `--<type>` (fb0dc3b)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};