Files
revng-revng/tests/unit/TestGraphs/simple.dot
Pietro Fezzardi 93852f92d4 Rename tests/Unit to tests/unit
This is more uniform with the directory structure we have in revng
2022-04-21 09:56:56 +02:00

7 lines
62 B
Plaintext

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