t / t4018 / cpp-union-definitionon commit real_path: have callers use real_pathdup and strbuf_realpath (4ac9006)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};