t / t4018 / cpp-union-definitionon commit travis-ci: check that all build artifacts are .gitignore-d (b92cb86)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};