t / t4018 / cpp-union-definitionon commit refs: create a base class "ref_store" for files_ref_store (00eebe3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};