summaryrefslogtreecommitdiffstats
path: root/test/sanity.c
blob: 3c573ec2f792f88c57c2781e7f89d8eb23740903 (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: Apache-2.0
// Copyright (C) 2018 IBM Corp.
int main(void)
{
#ifdef NDEBUG
	return 1;
#else
	return 0;
#endif
}
OpenPOWER on IntegriCloud