blob: 775824795aed24e3db90a7e4624f7ca61400c661 [file] [log] [blame]
graph foo {
edge [weight="10"];
0 -- 1 [weight="3.14159"];
1 -- foo [weight="2.71828"];
foo -- bar;
bar -- 1;
}