t / t4018 / cpp-union-definitionon commit test_terminal: redirect child process' stdin to a pty (18d8c26)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};