t / t4018 / cpp-union-definitionon commit t1301: move modebits() to test-lib-functions.sh (73de1c9)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};