t / t4018 / cpp-union-definitionon commit reopen_tempfile(): truncate opened file (6c003d6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};