t / t4018 / cpp-union-definitionon commit Makefile: have perl scripts depend on NO_PERL setting (e204b00)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};