mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
93852f92d4
This is more uniform with the directory structure we have in revng
7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
digraph TestGraph {
|
|
entry -> a;
|
|
entry -> b;
|
|
a -> c;
|
|
b -> c;
|
|
}
|