digraph G {
  output = html;
  c:w;		/* a node named "c" with port "w" */
  a -> b;
}