t / t4018 / cpp-union-definitionon commit t5601: add more test cases for IPV6 (9f69765)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};