t / t4018 / cpp-union-definitionon commit t5551: mark half-auth no-op fetch test as v0-only (3a9e1ad)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};