1 2 3 4 5 6 7 8 9
function(f) message(STATUS "nested global_frame") endfunction() function(g) f() endfunction() g()