* dbus/dbus-auth-script.c (_dbus_auth_script_run): added UNIX_ONLY and WIN_ONLY comma...
[platform/upstream/dbus.git] / test / test-exit.c
1 /* This is a process that just exits with a failure code */
2
3 int
4 main (int argc, char **argv)
5 {
6
7   return 1;
8 }