CMake/Tests/RunCMake/if/duplicate-deep-else.cmake
2017-03-22 08:42:35 -04:00

8 lines
57 B
CMake

if(0)
else()
if(0)
else()
else()
endif()
endif()