Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2e3e3e30e5601192577d15e043b33db96fe1661
/
.
/
Tests
/
RunCMake
/
Syntax
/
FunctionUnmatchedForeach.cmake
blob: ee9c184593407a62265c673ac6b15b966fcc2f8f [
file
]
function
(
f
)
foreach
(
i
1
)
#endforeach() # missing
endfunction
()
f
()