BadRangeInFunction.cmake 84 B

12345
  1. function(func)
  2. foreach(bad_range RANGE 2 1 1)
  3. endforeach()
  4. endfunction()
  5. func()