{Emden] With no -T flag, dot reports "lost spline of routine1 routine2"
though it doesn't coredump.
Input:
Owner: north
digraph G {
graph [concentrate=true];
routine1;
routine2;
routine1->routine2;
routine1->routine2;
}
Status: Fixed