
func a() {
    return true
}

func b() {
    return false
}

func c() {
	func a() {	}
}

func d() {
	return func a() {	}
}


func e(x) x