t / t4018 / cpp-union-definitionon commit use xgetcwd() to get the current directory or die (56b9f6e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};