longflat.dot   [plain text]


digraph if
{
rankdir=LR;
  {rank=same;b;c;}
  a->b;
  c->b[label="long long long"];
}