[daemon-fix] fixed querying about name information
[platform/upstream/dbus.git] / test / test-exit.c
1 #include "config.h"
2
3 /* This is a process that just exits with a failure code */
4 int
5 main (int argc, char **argv)
6 {
7
8   return 1;
9 }