summaryrefslogtreecommitdiff
path: root/src/skaembutils/s6-false.c
blob: 75f483ef8593d1611ee02291f6a02655058878e3 (plain)
1
2
3
4
5
6
7
8
/* ISC license. */

#include <unistd.h>

int main (void)
{
  _exit(1) ;
}