t / t4018 / cpp-union-definitionon commit pretty: use starts_with() to check for a prefix (68d6d6e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};