t / t4018 / cpp-union-definitionon commit is_ntfs_dotgit: use a size_t for traversing string (11a9f4d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};