t / t4018 / cpp-union-definitionon commit refs: move the remaining ref module declarations to refs.h (fb58c8d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};