Running dot -Gnewrank -Grankmode=graph on the following graph loses the clusters on output:
digraph { subgraph "cluster_1" { 1; } subgraph "cluster_2" { 2 } }
Related issue #1221