t / t4018 / cpp-union-definitionon commit is_{hfs,ntfs}_dotgitmodules: add tests (dc2d9ba)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};