t / t4018 / cpp-union-definitionon commit test helpers: move test-* to t/helper/ subdirectory (e6e7530)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};