t / t4018 / cpp-union-definitionon commit builtin/am: fold am_signoff() into am_append_signoff() (0fb3c4f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};