Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2cf2d4f7df60196cbea6834c744a670db511c8d5
/
.
/
Tests
/
RunCMake
/
BuildDepends
/
C-Exe.step2.cmake
blob: ee4530cfb4f9a8746c363b6913d01132a686f521 [
file
]
file
(
WRITE
"${RunCMake_TEST_BINARY_DIR}/main.c"
[[
int
main
(
void
)
{
return
2
;
}
]])