blob: 0a45d65b06cee786bf214cb0a37df9e451a312bd (
plain)
1
2
3
4
5
|
digraph "g" {
"C_start_0 <none>" [ style=dashed color="red" fontcolor="black"]
"C_stop_0 fc16-builder" -> "C_start_0 <none>" [ style = dashed]
"C_stop_0 fc16-builder" [ style=bold color="green" fontcolor="black"]
}
|