Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
16c8ec8ec79a0039b31b0bb34798a2dbd4e3394c
/
.
/
Tests
/
RunCMake
/
Syntax
/
BracketComment3.cmake
blob: ffd03a9311858ea6b355918c341a884f5accf08e [
file
]
#[[Text on opening line
message
(
FATAL_ERROR
"This is commented out."
)
#]=]]
message
(
STATUS
"The above FATAL_ERROR did not occur."
)