t / t4018 / cpp-union-definitionon commit get_main_ref_store: BUG() when outside a repository (2dc417a)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};