t / t4018 / cpp-union-definitionon commit Makefile: reformat FIND_SOURCE_FILES (e951ebc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};