t / t4018 / cpp-union-definitionon commit wrapper.c: add and use warn_on_fopen_errors() (11dc1fc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};