t / t4018 / cpp-union-definitionon commit Makefile: detect errors in running spatch (f5c2bc2)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};