aboutsummaryrefslogtreecommitdiffstats
path: root/generic/false.c
blob: 03f75891bcfe76eeaefca672a488a57831bf59e1 (plain) (blame)
1
2
3
4
5
6
7
/* See LICENSE file for copyright and license details. */

int
main(void)
{
	return 1;
}