summaryrefslogtreecommitdiff
path: root/util/sbase/false.c
blob: fce3fd9897f88ed800c05bf09618283518982f69 (plain)
1
2
3
4
5
6
/* See LICENSE file for copyright and license details. */
int
main(void)
{
	return 1;
}