digraph TestGraph { entry -> a; entry -> b; a -> c; b -> c; }