t / t4018 / cpp-union-definitionon commit refs: move head_ref{,_submodule} to the common code (2bf68ed)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};