t / t4018 / cpp-union-definitionon commit use strip_suffix instead of ends_with in simple cases (26936bf)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};