new file mode 100644
@@ -0,0 +1,7 @@
+digraph if
+{
+rankdir=LR;
+ {rank=same;b;c;}
+ a->b;
+ c->b[label="long long long"];
+}