Files
revng-revng/tests/Unit/TestGraphs/simple.dot
T
Andrea Gussoni 7633274a7e Add tests for combing
Added tests for the combing pass.
2019-04-15 10:11:26 +02:00

7 lines
62 B
Plaintext

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