6 lines
84 B
CMake
6 lines
84 B
CMake
function(func)
|
|
foreach(bad_range RANGE 2 1 1)
|
|
endforeach()
|
|
endfunction()
|
|
func()
|