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