t / t4018 / cpp-union-definitionon commit Merge branch 'ls/p4-lfs-test-fix-2.7.0' (21b4ae7)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};