File: test-exit.c

package info (click to toggle)
dbus 1.16.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,048 kB
  • sloc: ansic: 106,015; xml: 9,270; sh: 1,967; python: 242; makefile: 230; cpp: 27
file content (14 lines) | stat: -rw-r--r-- 203 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright 2003 Red Hat, Inc.
 * SPDX-License-Identifier: MIT
 */

#include "config.h"

/* This is a process that just exits with a failure code */
int
main (int argc, char **argv)
{

  return 1;
}