tests/test-debugindexdot.out
author Patrick Mezard <pmezard@gmail.com>
Sun, 30 Sep 2007 16:36:22 +0200
changeset 5346 8838fe5a236f
child 6336 4b0c9c674707
permissions -rw-r--r--
Test debugindexdot

digraph G {
	-1 -> 0
	0 -> 1
	0 -> 2
	2 -> 3
	1 -> 3
}