t / t4018 / cpp-union-definitionon commit diff.c: emit_diff_symbol learns about DIFF_SYMBOL_SUMMARY (146fdb0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};