Imported Upstream version 3.25.0
[platform/upstream/cmake.git] / Tests / RunCMake / block / InvalidNesting3.cmake
1
2 while(TRUE)
3 block()
4 endwhile()
5 endblock()