t / t4018 / cpp-union-definitionon commit t0020: use modern test_* helpers (9157c5c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};