digraph callgraph {
	label="fact\n% bscg --more fact fact.xml \n/home/if008/gondow/src/binutils-2.13/binutils/bscg/pack-20040122/bscg-b2/example\nThu Jan 22 22:54:52 2004";
	node  [fontname=Helvetica,style=filled,shape=box];
	edge  [fontname=Helvetica];
	graph [fontname=Helvetica];
	rankdir=LR;

	subgraph cluster0 {
		label="main.c\n/home/if008/gondow/src/binutils-2.13/binutils/bscg/pack-20040122/bscg-b2/example\n(10758-107bc)";
		"main.c:print_usage" [color=lightblue,peripheries=1,label="print_usage\nmain.c:7\n(10758-10774)",];
		"main" [color=lightpink,peripheries=2,label="main\nmain.c:12\n(10774-107bc)",];
	}

		"main"->"fact"[];
		"main"->"main.c:print_usage"[];

	subgraph cluster1 {
		label="fact.c\n/home/if008/gondow/src/binutils-2.13/binutils/bscg/pack-20040122/bscg-b2/example\n(107bc-10804)";
		"fact" [color=lightpink,peripheries=2,label="fact\nfact.c:8\n(107bc-107ec)",];
		"times" [color=greenyellow,peripheries=2,label="times\nfact.c:3\n(107ec-10804)",];
	}

		"fact"->"times"[style=dashed,];
		"fact"->"fact"[];
}
