t / t4018 / cpp-union-definitionon commit patch-id: use starts_with() and skip_prefix() (2bb73ae)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};