digraph SomeGraph {
  $STD_GRAPH_HEADER
  A->{ B C }
  B->C->D
}