t / t4018 / cpp-union-definitionon commit t1400: add tests around adding/deleting pseudorefs (65eb8fc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};