t / t4018 / cpp-union-definitionon commit remove_leading_path: use a strbuf for internal storage (4635768)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};