Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd2d6c8f39d46d5f2f95e00a876ecee627d5ccc6
/
.
/
Tests
/
RunCMake
/
fake_build_command.c
blob: d87335b984a2b2536e26f0c85a85a9b7644cf189 [
file
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"this command failed\n"
);
return
1
;
}