Sign in
android
/
platform
/
external
/
dbus
/
7c1139f8e50860ecae7e0c22dae4e73ac57008b2
/
.
/
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
;
}