mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 04:20:08 +01:00
9 lines
111 B
C
9 lines
111 B
C
|
|
/* This is a process that just exits with a failure code */
|
||
|
|
|
||
|
|
int
|
||
|
|
main (int argc, char **argv)
|
||
|
|
{
|
||
|
|
|
||
|
|
return 1;
|
||
|
|
}
|