digraph callgraph {
	label="fact\n% bscg --nolocal 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";
		"main" [color=lightpink,peripheries=2,label=main,];
	}

		"main"->"fact"[];

	subgraph cluster1 {
		label="fact.c";
		"fact" [color=lightpink,peripheries=2,label=fact,];
		"times" [color=greenyellow,peripheries=2,label=times,];
	}

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