t / t4018 / cpp-union-definitionon commit setup.c: do not feed NULL to "%.*s" even with precision 0 (24041d6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};