t / t4018 / cpp-union-definitionon commit tag: change --point-at to default to HEAD (1e0c3b6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};