duplicate-else-after-elseif.cmake 38 B

12345
  1. if(0)
  2. elseif(0)
  3. else()
  4. else()
  5. endif()