Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / block / InvalidNesting5.cmake
1
2 function(FUNC)
3   block()
4 endfunction()
5 endblock()