t / t4018 / cpp-union-definitionon commit test-lib: turn off "-x" tracing during chain-lint check (2a01ef8)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};