t / t4018 / cpp-union-definitionon commit commit: add repository argument to lookup_commit_reference_gently (21e1ee8)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};