t / t4018 / cpp-union-definitionon commit config.mak.uname: set FREAD_READS_DIRECTORIES for Linux and FreeBSD (e2d90fd)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};