summaryrefslogtreecommitdiffstats
path: root/test/sanity.c
blob: b4989f8168625d326825eb2d4f8606523c9cfa97 (plain)
1
2
3
4
5
6
7
8
int main(void)
{
#ifdef NDEBUG
	return 1;
#else
	return 0;
#endif
}
OpenPOWER on IntegriCloud