t / t4018 / cpp-union-definitionon commit test-hashmap: use ALLOC_ARRAY rather than bare malloc (aef6cf1)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};