t / t4018 / cpp-union-definitionon commit gitweb: link to "git describe"'d commits in log messages (cf5c725)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};