t / t4018 / cpp-union-definitionon commit graph: add support for --line-prefix on all graph-aware output (660e113)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};