t / t4018 / cpp-union-definitionon commit generate-cmds.sh: export all commands to command-list.h (f318d73)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};