summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/cmake_language/exit_9_script_function.cmake
blob: 67a2615f0e0859ac6a69958a507cf1f6970a1b02 (plain)
1
2
3
4
5
6
function(exit)
  cmake_language(EXIT 9)
  message(FATAL_ERROR "This should not be reached!")
endfunction()
exit()
message(FATAL_ERROR "This should not be reached!")