t / t4018 / cpp-union-definitionon commit gc: save log from daemonized gc --auto and print it next time (329e6e8)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};