Sign in
nest-open-source
/
nest-cam
/
4320010
/
dbus
/
0a7bbbd55c15c34dfd8cf7395faabe97cf421e08
/
.
/
dbus
/
test
/
test-exit.c
blob: f3358185c5303254e4dce72cdc06a38a64e61f5d [
file
] [
log
] [
blame
]
/* This is a process that just exits with a failure code */
int
main
(
int
argc
,
char
**
argv
)
{
return
1
;
}