t / t4018 / cpp-union-definitionon commit perf/run: read GIT_PERF_REPO_NAME from perf.repoName (19cf57a)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};