sbase/false.c

9 lines
120 B
C
Raw Normal View History

2011-05-22 21:36:34 -04:00
/* See LICENSE file for copyright and license details. */
#include <stdlib.h>
int
main(void)
{
return EXIT_FAILURE;
}