t / t4018 / cpp-union-definitionon commit Git.pm: hard-depend on the File::{Temp,Spec} modules (29118b3)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};