new file mode 100644
@@ -0,0 +1,6 @@
+digraph G {
+ subgraph cluster0 {
+ a->{c b};
+ label = "cluster0";
+ }
+}