t / t4018 / cpp-union-definitionon commit Makefile: fix unaligned loads in sha1dc with UBSan (07a20f5)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};