t / t4018 / cpp-union-definitionon commit test-parse-options: update to handle negative ints (81a48cc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};