t / t4018 / cpp-union-definitionon commit Tests: clean up and document submodule helpers (d3b5a49)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};