t / t4018 / cpp-union-definitionon commit t9902-completion: exercise __git_complete_index_file() directly (7d31407)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};