t / t4018 / cpp-union-definitionon commit git clone <url> C:\cygwin\home\USER\repo' is working (again) (1cadad6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};