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