t / t4018 / cpp-union-definitionon commit t7610: run 'git reset --hard' after each test to clean up (c3ad312)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};