t / t4018 / cpp-union-definitionon commit travis-ci: update Git-LFS and P4 to the latest version (31f3c86)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};