forgot to add files...
[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 }