summaryrefslogtreecommitdiffstats
path: root/op-flasher/pflash/ccan/check_type/test/compile_fail-check_types_match.c
blob: 081304fb779307e2434f752b4318d11289e0f834 (plain)
1
2
3
4
5
6
7
8
9
10
#include <ccan/check_type/check_type.h>

int main(int argc, char *argv[])
{
	unsigned char x = argc;
#ifdef FAIL
	check_types_match(argc, x);
#endif
	return x;
}
OpenPOWER on IntegriCloud