Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus
[platform/upstream/dbus.git] / test / test-exit.c
1 /* This is a process that just exits with a failure code */
2 int
3 main (int argc, char **argv)
4 {
5
6   return 1;
7 }