function pub() { echo "Entering x::pub\n"; a::pub(); echo "Leaving x::pub\n"; }
function main() { a::pub(); a::priv(); }