t / t4018 / cpp-union-definitionon commit test_must_be_empty: make sure the file exists, not just empty (11395a3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};