t / t4018 / cpp-union-definitionon commit trace: add infrastructure to augment trace output with additional info (c69dfd2)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};