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