t / t4018 / cpp-union-definitionon commit t1404: add a bunch of tests of D/F conflicts (2e9de01)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};