t / t4018 / cpp-union-definitionon commit shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools (6bc3d8c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};