sbase/false.c

7 lines
88 B
C
Raw Permalink Normal View History

2011-05-23 01:36:34 +00:00
/* See LICENSE file for copyright and license details. */
int
main(void)
{
2014-10-02 22:46:04 +00:00
return 1;
2011-05-23 01:36:34 +00:00
}