t / t4018 / cpp-union-definitionon commit travis-ci: make the OSX build jobs' 'brew update' more quiet (a1ccaed)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};