tests/test-debugindexdot.out
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 02 Oct 2007 13:49:36 -0700
changeset 5356 b98c377b3c16
parent 5348 8838fe5a236f
permissions -rw-r--r--
Merge with crew.

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