t / t4018 / cpp-union-definitionon commit rebase-interactive: drop early check for valid ident (1e461c4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};