t / t4018 / cpp-union-definitionon commit travis-ci: save prove state for the 32 bit Linux build (7e72cfc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};