t / t4018 / cpp-union-definitionon commit pager: make pager_program a file-local static (c0c0889)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};