Tree("Root") {
    Composite (Race) {
		Test.CountToNumber("a", 3)
        Test.CountToNumber("b", 5)
        Test.CountToNumber("c", 4)
    }
}