sbase/false.c

9 lines
109 B
C

/* See LICENSE file for copyright and license details. */
#include <stdlib.h>
int
main(void)
{
return 1;
}