test.dot   [plain text]


digraph DG {
  A -> B;
  A -> C;

  B -> D;
  B -> E;
}