t / t4018 / cpp-union-definitionon commit t6036, t6042: use test_create_repo to keep tests independent (2a4c19e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};