t / t4018 / cpp-union-definitionon commit ref_lock: stop leaking lock_files (ee4d8e4)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};