t / t4018 / cpp-union-definitionon commit test-sha1-array: read command stream with strbuf_getline() (f06068c)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};