t / t4018 / cpp-union-definitionon commit coccinelle: exclude sha1dc source files from static analysis (ac1e31d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};