t / t4018 / cpp-union-definitionon commit run-command: forbid using run_command with piped output (c29b396)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};