t / t4018 / cpp-union-definitionon commit t5313: test bounds-checks of corrupted/malicious pack/idx files (a128386)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};