t / t4018 / cpp-union-definitionon commit builtin/apply: make build_fake_ancestor() return -1 on error (fe41b80)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};