blob: 743f6de2e62ea94d0437299e425c7eb5d0fe5896 [file] [log] [blame]
function(function_that_uses_else)
if(FALSE)
else()
endif()
endfunction()
function(f)
message(STATUS "nested global_frame")
endfunction()
function(g)
f()
endfunction()
g()