digraph structs {
splines = "true";
rankdir = "LR";
concentrate = "true";
node [shape=record];
struct1 [label="<f0> left|<f1> middle|<f2> right"];
struct2 [label="<f0> one|<f1> two"];
struct3 [label="hellonworld | <here> b |<here2>c|d|e| f| g | h"];
struct1:"f1" -> struct2:"f0";
struct1:"f2" -> struct3:"here.w";
struct1:"f2" -> struct3:"here2.w";
}
Comments: [erg] Note the improper syntax for compass points. Use "here:w" instead.