t / t4018 / cpp-union-definitionon commit branch: allow -f with -m and -d (356e91f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};