// $FreeBSD$

digraph directory {
	root [label="Root\n/"];
	root -> "A1/";
	root -> "A2/";
}