t / t4018 / cpp-union-definitionon commit t7005-editor: get rid of the SPACES_IN_FILENAMES prereq (4362da0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};