STRICT DIGRAPH "graph" {
	EDGE [ label=foo ]
	NODE [ style=dotted ]
	SUBGRAPH cluster_me {
		a -> b
	}
	c -> d
}