t / t4018 / cpp-union-definitionon commit t3701-add-interactive: tighten the check of trace output (7933611)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};