similarity index 100%
rename from tests/issue64.dot
rename to tests/issue65.dot
new file mode 100644
@@ -0,0 +1,9 @@
+graph {
+ graph [layout=fdp]
+
+ subgraph cluster_x {
+ label = "hello";
+ }
+ cluster_x -- a;
+}