cmake/Tests/RunCMake/block/InvalidNesting3.cmake
2022-11-16 20:14:03 +01:00

6 lines
43 B
CMake

while(TRUE)
block()
endwhile()
endblock()