t / t4018 / cpp-union-definitionon commit help.c: use SHELL_PATH instead of hard-coded "/bin/sh" (b680a86)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};