t / t4018 / cpp-union-definitionon commit grep: move is_fixed() earlier to avoid forward declaration (543f1c0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};