Testing below:

```dot
digraph G {
  A [shape=box];
  B [shape=ellipse];
  A -> B;
}
```